Destroy *object without deallocating its footprint.
Declared in <bslma_sequentialpool.h>
template<class TYPE>
void
deleteObjectRaw(TYPE const* object);
Note that the memory is not deallocated because there is no deallocate method in a bslma_sequentialpool.
| Name | Description |
|---|---|
| object | address of the object to destroy |