:relfileprefix: ../../../../ [#boost-urls-grammar-recycled_ptr-2destructor] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/grammar.adoc[pass:[grammar]]::xref:boost/urls/grammar/recycled_ptr.adoc[pass:[recycled_ptr]]::~recycled_ptr Destructor === Synopsis Declared in header `` [source,cpp,subs="verbatim,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. [,cpp] ---- this->release(); ----