[#BloombergLP-bslstl-SharedPtrAllocateInplaceRep-getDeleter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtrAllocateInplaceRep.adoc[SharedPtrAllocateInplaceRep]::getDeleter :relfileprefix: ../../../ :mrdocs: Ignore the specified `type` and return a null pointer. Note that there is no facility for the user to supply a deleter for an in‐place representation for a shared pointer. == Synopsis Declared in `<bslstl_sharedptrallocateinplacerep.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]#