BloombergLP::bslma::SequentialPool::deleteObject

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

NameDescription
objectaddress of the object to destroy