16 #ifndef OPENKALMAN_VALUE_FLOATING_HPP 17 #define OPENKALMAN_VALUE_FLOATING_HPP 19 #include <type_traits> 33 constexpr
bool floating =
35 values::value<T> and (not integral<T>) and (not values::complex<T>);
40 #endif //OPENKALMAN_VALUE_FLOATING_HPP constexpr bool floating
T is a floating-point values::value.
Definition: floating.hpp:33
Definition for values::abs.
Definition: constant_coefficient.hpp:25
Definition for values::integral.
Definition for ::complex.