bsl::slist::splice

Move all elements from __x to before __pos.

Synopsis

Declared in <bslstp_slist.h>

void
splice(
    iterator __pos,
    _Self& __x);

Parameters

NameDescription
__posposition before which the elements are inserted
__xlist whose elements are moved into this list