MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / get_number_unsigned

Method get_number_unsigned

native/thirdpart/json/json.hpp:8458–8461  ·  view source on GitHub ↗

return unsigned integer value

Source from the content-addressed store, hash-verified

8456
8457 /// return unsigned integer value
8458 constexpr number_unsigned_t get_number_unsigned() const noexcept
8459 {
8460 return value_unsigned;
8461 }
8462
8463 /// return floating-point value
8464 constexpr number_float_t get_number_float() const noexcept

Callers 1

sax_parse_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected