Invoke the ELEMENT_TYPE destructor for the object at the specified address.
Synopsis
Declared in <bsltf_stdstatefulallocator.h>
template<class ELEMENT_TYPE>
void
destroy(ELEMENT_TYPE* address);
Parameters
Name |
Description |
address |
object whose destructor is invoked |
Created with MrDocs