TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_cbor_float_prefix() [2/2]

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

Definition at line 15115 of file json.hpp.

15116 {
15117 return to_char_type(0xFA); // Single-Precision Float
15118 }