Call the destructor for the object at the specified address.

Synopsis

Declared in <bslma_bslallocator.h>

template<class ELEMENT_TYPE>
void
destroy(ELEMENT_TYPE* address);

Description

Call the TYPE destructor for the object pointed to by the specified address. Do not directly deallocate any memory.

Parameters

Name

Description

address

pointer to the object to destroy

Created with MrDocs