Assign __n copies of __val to this list.

Synopsis

Declared in <bslstp_slist.h>

void
_M_fill_assign(
    size_type __n,
    _Tp const& __val);

Parameters

Name

Description

__n

number of elements after assignment

__val

value copied into each element

Created with MrDocs