Destroy the specified object.
Synopsis
Declared in <bdlma_buffermanager.h>
template<class TYPE>
void
deleteObject(TYPE const* object);
Description
Destroy the specified object. Note that this method has the same effect as the deleteObjectRaw method (since no deallocation is involved), and exists for consistency with a pool interface.
Parameters
Name |
Description |
object |
object to destroy |
Created with MrDocs