bsl::slist::splice_after

Move the range after __before_first through __before_last after __pos.

Synopsis

Declared in <bslstp_slist.h>

void
splice_after(
    iterator __pos,
    iterator __before_first,
    iterator __before_last);

Parameters

NameDescription
__posposition after which the spliced range is inserted
__before_firstiterator preceding the first spliced element
__before_lastiterator preceding the end of the spliced range