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*);

Created with MrDocs