All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::FloatingPoint< T > Struct Template Reference

Checks if a type is a floating point type. More...

Inherits is_floating_point< T >.

Detailed Description

template<typename T>
struct gears::concepts::FloatingPoint< 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.

Template Parameters
TType to check.

Definition at line 384 of file basic.hpp.