Return NULL. Shared object pools strictly control the delete policy for their objects, and do not expose it to end users.
Synopsis
Declared in <bdlcc_sharedobjectpool.h>
virtual
void*
getDeleter(std::type_info const& type) override;
Return Value
null pointer; the delete policy is not exposed
Parameters
Name |
Description |
type |
ignored type information for the requested deleter |
Created with MrDocs