:relfileprefix: ../../../../ [#C2A258987FE00644548B6AA14334FC66BBA43AED] = Function recycled_ptr::release pass:v,q[Release the referenced object] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- void release() noexcept; ---- == Description pass:v,q[If this references an object, it is] pass:v,q[released to the referenced recycle bin.] pass:v,q[The pointer continues to reference] pass:v,q[the same recycle bin.] === Postconditions [,cpp] ---- this->empty() ---- === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void`