tetl 0.1.0
Embedded Template Library
|
Checks whether T is a floating-point type. Provides the member constant value which is equal to true, if T is the type float, double, long double, including any cv-qualified variants. Otherwise, value is equal to false. More...
#include <is_floating_point.hpp>
Checks whether T is a floating-point type. Provides the member constant value which is equal to true, if T is the type float, double, long double, including any cv-qualified variants. Otherwise, value is equal to false.
The behavior of a program that adds specializations for is_floating_point or is_floating_point_v is undefined.