Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/hap.py
/ isDouble
Method
isDouble
external/jsoncpp/jsoncpp.cpp:2736–2736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2734
}
2735
2736
bool Value::isDouble() const { return type_ == realValue || isIntegral(); }
2737
2738
bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2739
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected