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