bsl::slist::resize

Resize this list to new_size, appending copies of __x if growing.

Synopsis

Declared in <bslstp_slist.h>

void
resize(
    size_type new_size,
    value_type const& __x = _Tp());