Move all elements from __x to before __pos.

Synopsis

Declared in <bslstp_slist.h>

void
splice(
    iterator __pos,
    _Self& __x);

Parameters

Name

Description

__pos

position before which the elements are inserted

__x

list whose elements are moved into this list

Created with MrDocs