return whether value is a floating‐point number
Synopsis
Declared in <nlohmann/json.hpp>
constexpr
bool
is_number_float() const noexcept;
Return Value
true if the value is a floating‐point number; false otherwise
Created with MrDocs