TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_msgpack_float_prefix() [1/2]

template<typename BasicJsonType , typename CharType >
static constexpr CharType nlohmann::detail::binary_writer< BasicJsonType, CharType >::get_msgpack_float_prefix ( double  )
inlinestaticconstexprprivate

Definition at line 15134 of file json.hpp.

15135 {
15136 return to_char_type(0xCB); // float 64
15137 }