create a null object

Synopsis

Declared in <nlohmann/json.hpp>

basic_json(std::nullptr_t null_ = nullptr) noexcept;

Parameters

Name

Description

null_

pointer used to select this overload; the value is otherwise not used

Created with MrDocs