BloombergLP::bdlma::BufferedSequentialPool::deleteObject

Destroy the specified object.

Synopsis

Declared in <bdlma_bufferedsequentialpool.h>

template<class TYPE>
void
deleteObject(TYPE const* object);

Description

Note that this method has the same effect as the deleteObjectRaw method (since no deallocation is involved), and exists for consistency across memory pools.

Parameters

NameDescription
objectobject to destroy