Destroy the specified object.
Declared in <bdlma_bufferedsequentialpool.h>
template<class TYPE>
void
deleteObjectRaw(TYPE const* object);
Note that memory associated with object is not deallocated because there is no deallocate method in BufferedSequentialPool.
| Name | Description |
|---|---|
| object | object to destroy |