See the range splice overload above.
Declared in <bslstl_list.h>
void
splice(
const_iterator dstPosition,
BloombergLP::bslmf::MovableRef<list> src,
const_iterator first,
const_iterator last);
| Name | Description |
|---|---|
| dstPosition | location before which elements are inserted |
| src | list containing the range to move |
| first | start of the range to move |
| last | one past the end of the range to move |