Template Class is_float

Inheritance Relationships

Base Type

  • public False

Class Documentation

template<typename T>
class is_float : public False

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

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

Template Parameters:

T – : the test type.