BloombergLP::bslma::SequentialPool::deleteObjectRaw

Destroy *object without deallocating its footprint.

Synopsis

Declared in <bslma_sequentialpool.h>

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

Description

Note that the memory is not deallocated because there is no deallocate method in a bslma_sequentialpool.

Parameters

NameDescription
objectaddress of the object to destroy