Assign from the iterator range [__first, __last)].
Declared in <bslstp_slist.h>
template<class _InputIter>
void
_M_assign_dispatch(
_InputIter __first,
_InputIter __last,
bsl::false_type* __not_integral);
| Name | Description |
|---|---|
| __first | beginning of the range to assign |
| __last | end of the range to assign (exclusive) |
| __not_integral | tag selecting the iterator-range overload |