Make the capacity of this array at least requiredCapacityInBytes.
Declared in <bdlc_packedintarray.h>
void
reserveCapacityImp(std::size_t requiredCapacityInBytes);
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.
| Name | Description |
|---|---|
| requiredCapacityInBytes | minimum capacity in bytes to reserve |