16 #ifndef OPENKALMAN_VALUE_INTEGRAL_HPP 17 #define OPENKALMAN_VALUE_INTEGRAL_HPP 19 #include <type_traits> 28 #ifndef __cpp_concepts 31 template<
typename T,
typename =
void>
47 concept
integral = values::value<T> and std::integral<values::number_type_of_t<T>>;
55 #endif //OPENKALMAN_VALUE_INTEGRAL_HPP Definition: integral.hpp:32
Definition: tuple_reverse.hpp:103
Definition for value:number_type_of_t.
Definition for values::abs.
Definition: constant_coefficient.hpp:25
constexpr bool integral
T is an index value.
Definition: integral.hpp:50