bsl::slist::_M_assign_dispatch

Assign from the iterator range [__first, __last)].

Synopsis

Declared in <bslstp_slist.h>

template<class _InputIter>
void
_M_assign_dispatch(
    _InputIter __first,
    _InputIter __last,
    bsl::false_type* __not_integral);

Parameters

NameDescription
__firstbeginning of the range to assign
__lastend of the range to assign (exclusive)
__not_integraltag selecting the iterator-range overload