Change the size of this list to the specified newSize.
Synopsis
Declared in <bslstl_list.h>
void
resize(size_type newSize);
Parameters
Name |
Description |
newSize |
desired number of elements |
Created with MrDocs
Change the size of this list to the specified newSize.
Declared in <bslstl_list.h>
void
resize(size_type newSize);
Name |
Description |
newSize |
desired number of elements |
Created with MrDocs