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