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