Destroy the specified object.
Synopsis
Declared in <bslma_sequentialpool.h>
template<class TYPE>
void
deleteObject(TYPE const* object);
Description
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.
Parameters
Name |
Description |
object |
address of the object to destroy |
Created with MrDocs