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