Destructor
Synopsis
Declared in header </boost/url/grammar/recycled.hpp#L178[boost/url/grammar/recycled.hpp,window=blank_]>
~recycled_ptr();
Description
If this is not empty, shared ownership of the pointee is released. If this was the last reference, the object is returned to the original recycle bin.
Effects
this->release();
Return Value
-
void