move constructor
Synopsis
Declared in <nlohmann/json.hpp>
basic_json(basic_json&& other) noexcept;
Parameters
Name |
Description |
other |
the basic_json object to move from; left in the null state afterwards |
Created with MrDocs