MCPcopy Create free account
hub / github.com/SOUI2/soui / isDouble

Method isDouble

third-part/jsoncpp/src/lib_json/json_value.cpp:1408–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408bool Value::isDouble() const { return type_ == intValue || type_ == uintValue || type_ == realValue; }
1409
1410bool Value::isNumeric() const { return isDouble(); }
1411

Callers 1

checkIsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected