nlohmann::basic_json::basic_json

move constructor

Synopsis

Declared in <nlohmann/json.hpp>

basic_json(basic_json&& other) noexcept;

Parameters

NameDescription
otherThe object to move construct from