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