Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ asLargestUInt
Method
asLargestUInt
cpp/cppsdk/jsoncpp.cpp:3252–3258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3250
}
3251
3252
LargestUInt Value::asLargestUInt() const {
3253
#if defined(JSON_NO_INT64)
3254
return asUInt();
3255
#else
3256
return asUInt64();
3257
#endif
3258
}
3259
3260
double Value::asDouble() const {
3261
switch (type_) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected