This struct provides a namespace for helper functions used for deleting objects in various pools and allocators.

Synopsis

Declared in <bslma_deleterhelper.h>

struct DeleterHelper;

Static Member Functions

Name

Description

deleteObject

Destroy object by dynamic type and deallocate its memory.

deleteObjectRaw

Destroy object and deallocate its memory footprint.

Created with MrDocs