Move all elements from __x to immediately after __pos.

Synopsis

Declared in <bslstp_slist.h>

void
splice_after(
    iterator __pos,
    _Self& __x);

Parameters

Name

Description

__pos

position after which the elements are inserted

__x

list whose elements are moved into this list

Created with MrDocs