bsl::list::resize

Change the size of this list to the specified newSize, using the specified value for any appended elements.

Synopsis

Declared in <bslstl_list.h>

void
resize(
    size_type newSize,
    value_type const& value);