nlohmann::basic_json::operator value_t

return the type of the JSON value (implicit)

Synopsis

Declared in <nlohmann/json.hpp>
constexpr
operator value_t() const noexcept;


Return Value

The object converted to value_t

Created with MrDocs