[#BloombergLP-bslstl-SharedPtrArrayAllocateInplaceRep-getDeleter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtrArrayAllocateInplaceRep.adoc[SharedPtrArrayAllocateInplaceRep]::getDeleter :relfileprefix: ../../../ :mrdocs: Return a null pointer; in‐place representations never store a deleter. == Synopsis Declared in `<bslstl_sharedptrallocateinplacerep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void* getDeleter(std::type_info const& type) override; ---- == Description 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. == 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]#