TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_cbor_float_prefix() [1/2]

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

Definition at line 15120 of file json.hpp.

15121 {
15122 return to_char_type(0xFB); // Double-Precision Float
15123 }