Move the element at __i from __x to before __pos.

Synopsis

Declared in <bslstp_slist.h>

void
splice(
    iterator __pos,
    _Self& __x,
    iterator __i);

Parameters

Name

Description

__pos

position before which the element is inserted

__x

list containing the element to move

__i

position of the element to move

Created with MrDocs