splice overloads
Synopses
Declared in <bslstp_slist.h>
Move all elements from __x to before __pos.
void
splice(
iterator __pos,
_Self& __x);
Move the element at __i from __x to before __pos.
void
splice(
iterator __pos,
_Self& __x,
iterator __i);
Move the range [`__first`, __last) from __x to before __pos.]
void
splice(
iterator __pos,
_Self& __x,
iterator __first,
iterator __last);
Created with MrDocs