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