nlohmann::basic_json::is_number_float

return whether value is a floating-point number

Synopsis

Declared in <nlohmann/json.hpp>
constexpr
bool
is_number_float() const noexcept;


Created with MrDocs