inserts range of elements into object

Synopsis

Declared in <nlohmann/json.hpp>

void
insert(
    const_iterator first,
    const_iterator last);

Parameters

Name

Description

first

iterator to the first element of the range to insert

last

iterator past the last element of the range to insert

Created with MrDocs