Move the range [`__first`, __last) from __x to before __pos.]

Synopsis

Declared in <bslstp_slist.h>

void
splice(
    iterator __pos,
    _Self& __x,
    iterator __first,
    iterator __last);

Parameters

Name

Description

__pos

position before which the range is inserted

__x

list containing the range to move

__first

beginning of the range to move

__last

end of the range to move (exclusive)

Created with MrDocs