Template Class is_unsigned_byte< char >

Inheritance Relationships

Base Type

  • public ecl::Bool<!std::numeric_limits< char >::is_signed >

Class Documentation

template<>
class is_unsigned_byte<char> : public ecl::Bool<!std::numeric_limits<char>::is_signed>

Unsigned byte trait for char types if typedef’d to unsigned char.

Specialisation for the is a unsigned byte trait for char types. This depends on whether the platform has typedef’d char to unsigned char or not.