Make the capacity of this array at least requiredCapacityInBytes.

Synopsis

Declared in <bdlc_packedintarray.h>

void
reserveCapacityImp(std::size_t requiredCapacityInBytes);

Description

Make the capacity of this array at least the specified requiredCapacityInBytes. This method has no effect if the current capacity meets or exceeds the required capacity.

Parameters

Name

Description

requiredCapacityInBytes

minimum capacity in bytes to reserve

Created with MrDocs