Template Class is_integral

Inheritance Relationships

Base Type

  • public False

Class Documentation

template<typename T>
class is_integral : public False

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

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

Template Parameters:

T – : the test type.