Template Class is_signed_byte< char >

Inheritance Relationships

Base Type

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

Class Documentation

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

Signed byte trait for char types if typedef’d to signed char.

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