MCPcopy Create free account
hub / github.com/Illumina/paragraph / isNumeric

Method isNumeric

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

Source from the content-addressed store, hash-verified

3877bool Value::isDouble() const { return type_ == intValue || type_ == uintValue || type_ == realValue; }
3878
3879bool Value::isNumeric() const { return isDouble(); }
3880
3881bool Value::isString() const { return type_ == stringValue; }
3882

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected