[#BloombergLP-bdlcc-ObjectPool-getObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPool.adoc[ObjectPool]::getObject :relfileprefix: ../../../ :mrdocs: Return a modifiable object from this object pool. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE* getObject(); ---- == Description Return an address of modifiable object from this object pool. If this pool is empty, it is replenished according to the strategy specified at the pool construction (or an implementation‐defined strategy if none was provided). == Return Value address of a modifiable object from this pool [.small]#Created with https://www.mrdocs.com[MrDocs]#