bsl::slist::insert

Insert the specified range before __pos.

Synopsis

Declared in <bslstp_slist.h>

template<class _InIter>
void
insert(
    iterator __pos,
    _InIter __first,
    _InIter __last);

Parameters

NameDescription
__posposition before which to insert
__firstbeginning of the range to insert
__lastend of the range to insert (exclusive)