Destroy the specified instance and release its memory.
Declared in <bdlma_deleter.h>
virtual
void
deleteObject(TYPE* instance) = 0;
Destroy the specified instance based on its static type and return its memory footprint to the appropriate memory manager. Note that a particular implementation is allowed to destroy this deleter itself.
| Name | Description |
|---|---|
| instance | object to destroy |