Return a null pointer; in-place representations never store a deleter.
Declared in <bslstl_sharedptrallocateinplacerep.h>
virtual
void*
getDeleter(std::type_info const& type) override;
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.
a null pointer
| Name | Description |
|---|---|
| type | unused type information for the requested deleter |