Make the capacity of this array at least the specified numElements.
Declared in <bdlc_compactedarray.h>
Make the capacity of this array at least the specified numElements.
void
reserveCapacity(std::size_t numElements);
» more...
Make the capacity of this array at least the specified numElements.
void
reserveCapacity(
std::size_t numElements,
std::size_t numUniqueElements);
» more...
| Name | Description |
|---|---|
| numElements | minimum element capacity to reserve |
| numUniqueElements | assumed maximum unique-element count |