nlohmann
::
basic_json
::emplace
add an object to an object if key does not exist
Synopsis
Declared in
<nlohmann/json.hpp>
template<class... Args> std::pair<iterator, bool> emplace(Args...&&... args);
Created with
MrDocs