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