See the first splice overload above.
Declared in <bslstl_list.h>
void
splice(
const_iterator dstPosition,
BloombergLP::bslmf::MovableRef<list> src);
| Name | Description |
|---|---|
| dstPosition | location before which elements are inserted |
| src | list whose elements are moved into this list |