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.

Synopsis

Declared in <bdlc_packedintarray.h>

void
reserveCapacityImp(std::size_t requiredCapacityInBytes);

Created with MrDocs