Splice all elements from src into this list at dstPosition.
The behavior is undefined unless src is not this list, this list and src use the same allocator, and dstPosition is in the range [begin() .. end()] (note both endpoints included).
| Name | Description |
|---|---|
| dstPosition | location before which elements are inserted |
| src | list whose elements are moved into this list |