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

Method get_msgpack_float_prefix

include/jwt/json/json.hpp:13972–13975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13970 /////////////
13971
13972 static constexpr CharType get_msgpack_float_prefix(float /*unused*/)
13973 {
13974 return to_char_type(0xCA); // float 32
13975 }
13976
13977 static constexpr CharType get_msgpack_float_prefix(double /*unused*/)
13978 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected