Make the capacity of this array at least the specified numElements assuming the current bytesPerElement(). This method has no effect if the current capacity meets or exceeds the required capacity.

Synopsis

Declared in <bdlc_packedintarray.h>

void
reserveCapacity(std::size_t numElements);

Created with MrDocs