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