[#BloombergLP-bdlcc-ObjectPool-deleteObject-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool.adoc[ObjectPool]::deleteObject :relfileprefix: ../../../ :mrdocs: This concrete implementation of `bdlma::Factory::deleteObject` invokes `releaseObject` on the specified `object`, returning it to this pool. The behavior is undefined if `object` is already in a released state. Note that this does _not_ destroy the object and should not be invoked directly. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deleteObject(TYPE* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#