bsl::list::splice

See the first splice overload above.

Synopsis

Declared in <bslstl_list.h>

void
splice(
    const_iterator dstPosition,
    BloombergLP::bslmf::MovableRef<list> src);

Parameters

NameDescription
dstPositionlocation before which elements are inserted
srclist whose elements are moved into this list