[#bsl-slist-splice-09] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::splice :relfileprefix: ../../ :mrdocs: Move the element at `__i` from `__x` to before `__pos`. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void splice( xref:bsl/slist/iterator.adoc[iterator] __pos, xref:bsl/slist.adoc[_Self]& __x, xref:bsl/slist/iterator.adoc[iterator] __i); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__pos* | position before which the element is inserted | *__x* | list containing the element to move | *__i* | position of the element to move |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#