nlohmann::basic_json::operator+=

add an object to an object

Synopsis

Declared in <nlohmann/json.hpp>
reference
operator+=(initializer_list_t init);


Return Value

the type of an element reference

Parameters

Name Description
init The right operand

Created with MrDocs