bsl::_Sl_global::__splice_after

Splice the open range after __before_first up through __before_last into the list immediately after __pos.

Synopsis

Declared in <bslstp_slistbase.h>

static
void
__splice_after(
    _Slist_node_base* __pos,
    _Slist_node_base* __before_first,
    _Slist_node_base* __before_last);

Parameters

NameDescription
__posnode after which the spliced range is inserted
__before_firstnode preceding the first spliced element
__before_lastnode preceding the end of the spliced range