|
template<typename C = CharType, enable_if_t< std::is_signed< C >::value and std::is_signed< char >::value > * = nullptr> |
static constexpr CharType | to_char_type (std::uint8_t x) noexcept |
|
template<typename C = CharType, enable_if_t< std::is_signed< C >::value and std::is_unsigned< char >::value > * = nullptr> |
static CharType | to_char_type (std::uint8_t x) noexcept |
|
template<typename C = CharType, enable_if_t< std::is_unsigned< C >::value > * = nullptr> |
static constexpr CharType | to_char_type (std::uint8_t x) noexcept |
|
template<typename InputCharType , typename C = CharType, enable_if_t< std::is_signed< C >::value and std::is_signed< char >::value and std::is_same< char, typename std::remove_cv< InputCharType >::type >::value > * = nullptr> |
static constexpr CharType | to_char_type (InputCharType x) noexcept |
|
template<typename BasicJsonType, typename CharType>
class nlohmann::detail::binary_writer< BasicJsonType, CharType >
serialization to CBOR and MessagePack values