Template Struct char_traits< unsigned char >

Inheritance Relationships

Base Type

  • public std::char_traits< char >

Struct Documentation

template<>
struct char_traits<unsigned char> : public std::char_traits<char>

Public Types

using char_type = unsigned char
using int_type = uint64_t

Public Static Functions

static inline int_type to_int_type(char_type c) noexcept
static inline char_type to_char_type(int_type i) noexcept
static inline constexpr int_type eof() noexcept