nlohmann::basic_json<>::emplace_back

add an object to an array

Synopsis

Declared in <nlohmann/json.hpp>
template<class... Args>
reference
emplace_back(Args...&&... args);


Return Value

the type of an element reference

Created with MrDocs