|
JSON for Modern C++
3.0
|
|
inlinenoexcept |
This function returns true iff the JSON value is a floating-point number. This excludes integer values.
true if value type is a floating-point number, false otherwise.false false false true false false falseThe example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/is_number_float.cpp -o is_number_float.