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
Name |
Description |
object |
address of the object to destroy |
Created with MrDocs