MCPcopy Create free account
hub / github.com/Illumina/hap.py / isNumeric

Method isNumeric

external/jsoncpp/jsoncpp.cpp:2738–2738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2736bool Value::isDouble() const { return type_ == realValue || isIntegral(); }
2737
2738bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2739
2740bool Value::isString() const { return type_ == stringValue; }
2741

Callers 1

putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected