[#BloombergLP-bslstl-SharedPtr_RepProctor-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtr_RepProctor.adoc[SharedPtr_RepProctor]::~SharedPtr_RepProctor :relfileprefix: ../../../ :mrdocs: Destroy this `SharedPtr_RepProctor`, and dispose of (deallocate) the `bslma::SharedPtrRep` it manages (if any). If no such object is currently being managed, this method has no effect. Note that the destructor of the `bslma::SharedPtrRep` will not be called as the reference count will not be decremented. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~SharedPtr_RepProctor(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#