Make the capacity of this array at least numElements.
Synopsis
Declared in <bdlc_packedintarray.h>
void
reserveCapacity(std::size_t numElements);
Description
This method has no effect if the current capacity meets or exceeds the required capacity.
Parameters
Name |
Description |
numElements |
minimum number of elements to reserve for |
Created with MrDocs