Resize the specified array to contain the specified newSize elements.
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class ALLOC>
void
bdlat_arrayResize(
bsl::vector<TYPE, ALLOC>* array,
int newSize);
| Name | Description |
|---|---|
| array | array to resize |
| newSize | desired number of elements in array |