[#boost-urls-grammar-recycled_ptr-2destructor] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/recycled_ptr.adoc[recycled_ptr]::~recycled_ptr :relfileprefix: ../../../../ :mrdocs: Destructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/recycled.hpp#L177[boost/url/grammar/recycled.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~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 [,cpp] ---- this->release(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#