Create the specified growBy objects and add them to this object pool. The behavior is undefined unless 0 <= growBy.

Synopsis

Declared in <bdlcc_sharedobjectpool.h>

void
increaseCapacity(int growBy);

Parameters

Name

Description

growBy

number of objects to create and add

Created with MrDocs