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

Method asLargestInt

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741#endif // if defined(JSON_HAS_INT64)
742
743LargestInt Value::asLargestInt() const {
744#if defined(JSON_NO_INT64)
745 return asInt();
746#else
747 return asInt64();
748#endif
749}
750
751LargestUInt Value::asLargestUInt() const {
752#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected