Simplification of std insertion: append all elements of src to dst.

Synopsis

Declared in <util/insert.h>

template<
    typename Tdst,
    typename Tsrc>
void
insert(
    Tdst& dst,
    Tsrc const& src);

Parameters

Name

Description

dst

The container to insert into.

src

The container whose elements are inserted.

Created with MrDocs