[#bsl-shared_ptr-0a-reset-0cc] = xref:bsl.adoc[bsl]::xref:bsl/shared_ptr-0a.adoc[shared_ptr]::reset :relfileprefix: ../../ :mrdocs: Reset this shared pointer to the empty state. If this shared pointer is managing a (possibly shared) object, then release the reference to the shared object, calling the associated deleter to destroy the shared object if this shared pointer is the last shared reference. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#