[#bsl-list-054-splice-01] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::splice :relfileprefix: ../../ :mrdocs: See the single‐element `splice` overload above. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void splice( xref:bsl/list-054/const_iterator.adoc[const_iterator] dstPosition, xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<list>] src, xref:bsl/list-054/const_iterator.adoc[const_iterator] srcNode); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dstPosition* | location before which the element is inserted | *src* | list containing the element to move | *srcNode* | iterator to the element to move |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#