See the single‐element splice overload above.
Synopsis
Declared in <bslstl_list.h>
void
splice(
const_iterator dstPosition,
BloombergLP::bslmf::MovableRef<list> src,
const_iterator srcNode);
Parameters
Name |
Description |
dstPosition |
location before which the element is inserted |
src |
list containing the element to move |
srcNode |
iterator to the element to move |
Created with MrDocs