[#BloombergLP-bslma-SharedPtrInplaceRep-getDeleter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/SharedPtrInplaceRep.adoc[SharedPtrInplaceRep]::getDeleter :relfileprefix: ../../../ :mrdocs: Return a null pointer. Note that the specified `type` is not used as an in‐place representation for a shared pointer can never store a user‐supplied deleter (there is no function that might try to create one). == Synopsis Declared in `<bslma_sharedptrinplacerep.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]#