TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ to_char_type() [4/4]

template<typename BasicJsonType , typename CharType >
template<typename C = CharType, enable_if_t< std::is_unsigned< C >::value > * = nullptr>
static constexpr CharType nlohmann::detail::binary_writer< BasicJsonType, CharType >::to_char_type ( std::uint8_t  x)
inlinestaticconstexprnoexcept

Definition at line 15498 of file json.hpp.

15499 {
15500 return x;
15501 }