[#bsl-_Sl_global-__splice_after-00] = xref:bsl.adoc[bsl]::xref:bsl/_Sl_global.adoc[_Sl_global]::__splice_after :relfileprefix: ../../ :mrdocs: Splice the open range after `__before_first` up through `__before_last` into the list immediately after `__pos`. == Synopsis Declared in `<bslstp_slistbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void __splice_after( xref:bsl/_Slist_node_base.adoc[_Slist_node_base]* __pos, xref:bsl/_Slist_node_base.adoc[_Slist_node_base]* __before_first, xref:bsl/_Slist_node_base.adoc[_Slist_node_base]* __before_last); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#