[#BloombergLP-bdlcc-ObjectPool-deleteObject-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool.adoc[ObjectPool]::deleteObject :relfileprefix: ../../../ :mrdocs: Return the specified `object` to this pool via `releaseObject`. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void deleteObject(TYPE* object); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *object* | object previously obtained from this pool |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#