__splice_after overloads
Declared in <bslstp_slistbase.h>
Splice all nodes following __head into the list immediately after __pos.
static
void
__splice_after(
_Slist_node_base* __pos,
_Slist_node_base* __head);
» more...
Splice the open range after __before_first up through __before_last into the list immediately after __pos.
static
void
__splice_after(
_Slist_node_base* __pos,
_Slist_node_base* __before_first,
_Slist_node_base* __before_last);
» more...