Splice all nodes following __head into the list immediately after __pos.
Declared in <bslstp_slistbase.h>
static
void
__splice_after(
_Slist_node_base* __pos,
_Slist_node_base* __head);
| Name | Description |
|---|---|
| __pos | node after which the spliced nodes are inserted |
| __head | sentinel whose following nodes are moved |