Template Class is_unsigned

Inheritance Relationships

Base Type

  • public False< false >

Class Documentation

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

Default action for detection of an unsigned integral type (false).

Sets the default value (false) for detection of an unsigned integral type. Specialisations enable this to true.

Template Parameters:

T – : the test type.