Replace the contents of this list with the range [__first, __last)].
Declared in <bslstp_slist.h>
template<class _InputIterator>
void
assign(
_InputIterator __first,
_InputIterator __last);
| Name | Description |
|---|---|
| __first | beginning of the range to assign |
| __last | end of the range to assign (exclusive) |