Resize the specified array to contain the specified newSize elements.
array
newSize
Declared in <bdlat_arrayfunctions.h>
<bdlat_arrayfunctions.h>
template< class TYPE, class ALLOC> void bdlat_arrayResize( bsl::vector<TYPE, ALLOC>* array, int newSize);