create an empty value with a given type

Synopsis

Declared in <nlohmann/json.hpp>

basic_json(value_t const v);

Parameters

Name

Description

v

the type of the value to create

Created with MrDocs