Create the specified numObjects objects and add them to this object pool. The behavior is undefined unless 0 <= numObjects.
Declared in <bdlcc_objectpool.h>
void
increaseCapacity(int numObjects);
| Name | Description |
|---|---|
| numObjects | number of objects to create and add to this pool |