MCPcopy Create free account
hub / github.com/Kitware/VTK / asLargestInt

Method asLargestInt

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3181–3187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179#endif // if defined(JSON_HAS_INT64)
3180
3181LargestInt Value::asLargestInt() const {
3182#if defined(JSON_NO_INT64)
3183 return asInt();
3184#else
3185 return asInt64();
3186#endif
3187}
3188
3189LargestUInt Value::asLargestUInt() const {
3190#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected