Reserve capacity for the specified array to hold at least the specified numElements elements.
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class ALLOC>
int
bdlat_arrayReserve(
bsl::vector<TYPE, ALLOC>* array,
int numElements);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| array | array whose capacity is reserved |
| numElements | minimum capacity to reserve |