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