:relfileprefix: ../../../../ [#7D86806B536CE710D89DB4439295E0FEF82E315F] = Function recycled_ptr::~recycled_ptr pass:v,q[Destructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- ~recycled_ptr(); ---- == Description pass:v,q[If this is not empty, shared ownership] pass:v,q[of the pointee is released. If this was] pass:v,q[the last reference, the object is] pass:v,q[returned to the original recycle bin.] === Effects [,cpp] ---- this->release(); ---- == Return Value * `void`