MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / asLargestUInt

Method asLargestUInt

src/jsoncpp.cpp:3205–3211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3203}
3204
3205LargestUInt Value::asLargestUInt() const {
3206#if defined(JSON_NO_INT64)
3207 return asUInt();
3208#else
3209 return asUInt64();
3210#endif
3211}
3212
3213double Value::asDouble() const {
3214 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected