See the first splice overload above.

Synopsis

Declared in <bslstl_list.h>

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

Parameters

Name

Description

dstPosition

location before which elements are inserted

src

list whose elements are moved into this list

Created with MrDocs