__splice_after overloads

Synopses

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);

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);

Created with MrDocs