Return a null pointer; in‐place representations never store a deleter.
Synopsis
Declared in <bslma_sharedptrinplacerep.h>
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
Name |
Description |
type |
unused type information for the requested deleter |
Created with MrDocs