[#bsl-slist-splice_after-03] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::splice_after :relfileprefix: ../../ :mrdocs: Move the range after `__before_first` through `__before_last` after `__pos`. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void splice_after( xref:bsl/slist/iterator.adoc[iterator] __pos, xref:bsl/slist/iterator.adoc[iterator] __before_first, xref:bsl/slist/iterator.adoc[iterator] __before_last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__pos* | position after which the spliced range is inserted | *__before_first* | iterator preceding the first spliced element | *__before_last* | iterator preceding the end of the spliced range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#