MCPcopy 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
3252LargestUInt Value::asLargestUInt() const {
3253#if defined(JSON_NO_INT64)
3254 return asUInt();
3255#else
3256 return asUInt64();
3257#endif
3258}
3259
3260double Value::asDouble() const {
3261 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected