[#BloombergLP-bdlma-BufferedSequentialPool-deleteObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/BufferedSequentialPool.adoc[BufferedSequentialPool]::deleteObject :relfileprefix: ../../../ :mrdocs: Destroy the specified `object`. Note that this method has the same effect as the `deleteObjectRaw` method (since no deallocation is involved), and exists for consistency across memory pools. == Synopsis Declared in `<bdlma_bufferedsequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void deleteObject(TYPE const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#