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