Return a modifiable object from this object pool.

Synopsis

Declared in <bdlcc_objectpool.h>

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

Created with MrDocs