Template Class is_unsigned_byte

Inheritance Relationships

Base Type

  • public False< false >

Class Documentation

template<typename T>
class is_unsigned_byte : public False<false>

Default action for detection of a fundamental unsigned byte type (false).

Sets the default value (false) for detection of a fundamental unsigned byte type. Specialisations enable this to true.

Template Parameters:

T – : the test type.