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