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