:relfileprefix: ../../../../ [#boost-urls-grammar-recycled_ptr-release] = 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]]::release Release the referenced object == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- void release() noexcept; ---- == Description If this references an object, it is released to the referenced recycle bin. The pointer continues to reference the same recycle bin. === Postconditions [,cpp] ---- this->empty() ---- === Exception Safety Throws nothing.