resize overloads
Synopses
Declared in <bslstl_list.h>
Change the size of this list to the specified newSize.
void
resize(size_type newSize);
Change the size of this list to newSize, appending copies of value.
void
resize(
size_type newSize,
value_type const& value);
Parameters
Name |
Description |
newSize |
desired number of elements |
value |
value used for any appended elements |
Created with MrDocs