boost::urls::grammar::recycled_ptr::recycled_ptr
Constructor
Synopsis
Declared in header <boost/url/grammar/recycled.hpp>
recycled_ptr();
Description
Upon construction, this acquires
exclusive access to an object of type
T
which is either recycled from a
global recycle bin, or newly allocated.
The object is in an unknown but
valid state.
See Also
recycled .