Destroy the object at the specified p.
Synopsis
Declared in <bslma_bslallocator.h>
template<class ELEMENT_TYPE>
static
void
destroy(
allocator_type& m,
ELEMENT_TYPE* p);
Parameters
Name |
Description |
m |
allocator used for destruction |
p |
pointer to the object to destroy |
Created with MrDocs