MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / get_number_unsigned

Function get_number_unsigned

include/jwt/json/json.hpp:7289–7292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7287
7288 /// return unsigned integer value
7289 constexpr number_unsigned_t get_number_unsigned() const noexcept
7290 {
7291 return value_unsigned;
7292 }
7293
7294 /// return floating-point value
7295 constexpr number_float_t get_number_float() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected