recycled_ptr
Constructor
Synopsis
recycled_ptr(recycled<T>& bin);
Declared in file <include/boost/url/grammar/recycled.hpp> on line 209
Defined in file <include/boost/url/grammar/impl/recycled.hpp> on line 102
Description
Upon construction, this acquires exclusive access to an object of type
T
which is either recycled from the
specified bin, or newly allocated.
The object is in an unknown but
valid state.