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

Method asLargestUInt

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3189–3195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3187}
3188
3189LargestUInt Value::asLargestUInt() const {
3190#if defined(JSON_NO_INT64)
3191 return asUInt();
3192#else
3193 return asUInt64();
3194#endif
3195}
3196
3197double Value::asDouble() const {
3198 switch (type()) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected