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

Method asLargestInt

src/jsoncpp.cpp:3197–3203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3195#endif // if defined(JSON_HAS_INT64)
3196
3197LargestInt Value::asLargestInt() const {
3198#if defined(JSON_NO_INT64)
3199 return asInt();
3200#else
3201 return asInt64();
3202#endif
3203}
3204
3205LargestUInt Value::asLargestUInt() const {
3206#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected