Destroy the specified object.
Declared in <bslma_sequentialpool.h>
template<class TYPE>
void
deleteObject(TYPE const* object);
Note that this method is exactly the same as the deleteObjectRaw method since no deallocation is involved. This method exists purely for consistency across pools.
| Name | Description |
|---|---|
| object | address of the object to destroy |