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 across pools.
Synopsis
Declared in <bdlma_sequentialpool.h>
template<class TYPE>
void
deleteObject(TYPE const* object);
Created with MrDocs