Checks if a type is a floating point type. More...
Inherits is_floating_point< T >.
A Unary concept to check if a type is a floating point type.
This concept delegates the work to std::is_floating_point<T>. A floating point type is double, float, or long double.
Their const and volatile variations are valid as well.
| T | Type to check. |