Destroy the specified object and then use this multipool to deallocate its memory footprint. This method has no effect if object is 0. The behavior is undefined unless object is not a secondary base class pointer (i.e., the address is (numerically) the same as when it was originally dispensed by this multipool), was allocated using this multipool, and has not already been deallocated.

Synopsis

Declared in <bdlma_multipool.h>

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

Created with MrDocs