[#BloombergLP-bslstl-SharedPtrAllocateOutofplaceRep-getDeleter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtrAllocateOutofplaceRep.adoc[SharedPtrAllocateOutofplaceRep]::getDeleter :relfileprefix: ../../../ :mrdocs: Return a pointer to the deleter stored by the derived representation if the deleter has the same type as that described by the specified `type`, and a null pointer otherwise. == Synopsis Declared in `<bslstl_sharedptrallocateoutofplacerep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void* getDeleter(std::type_info const& type) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#