create a null object
Synopsis
Declared in <nlohmann/json.hpp>
basic_json(std::nullptr_t value = nullptr) noexcept;
Parameters
Name |
Description |
value |
The object to construct from |
Created with MrDocs
create a null object
Declared in <nlohmann/json.hpp>
basic_json(std::nullptr_t value = nullptr) noexcept;
Name |
Description |
value |
The object to construct from |
Created with MrDocs