[#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; in‐place representations never store a deleter. == Synopsis Declared in `<bslma_sharedptrinplacerep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void* getDeleter(std::type_info const& type) override; ---- == Description 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). == Return Value a null pointer == Parameters [cols="1,4"] |=== | Name| Description | *type* | unused type information for the requested deleter |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#