Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ isNumeric
Method
isNumeric
third-part/jsoncpp/src/lib_json/json_value.cpp:1410–1410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1408
bool Value::isDouble() const { return type_ == intValue || type_ == uintValue || type_ == realValue; }
1409
1410
bool Value::isNumeric() const { return isDouble(); }
1411
1412
bool Value::isString() const { return type_ == stringValue; }
1413
Callers
1
checkIs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected