Set the size of the specified array to the specified newSize.
Synopsis
Declared in <bdlar_arrayref.h>
void
bdlat_arrayResize(
ArrayRef* array,
int newSize);
Parameters
Name |
Description |
array |
array reference to resize |
newSize |
desired number of elements |
Created with MrDocs