Template Struct char_traits< signed char >

Inheritance Relationships

Base Type

  • public std::char_traits< char >

Struct Documentation

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

Public Types

using char_type = signed 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