16 #ifndef OPENKALMAN_VALUE_SIZE_HPP 17 #define OPENKALMAN_VALUE_SIZE_HPP 19 #include <type_traits> 29 concept
size = index<T> or std::is_same_v<std::decay_t<T>, std::unreachable_sentinel_t>;
37 #endif //OPENKALMAN_VALUE_SIZE_HPP Definition for values::index.
Definition: iterator.hpp:423
constexpr bool size
T is either an index representing a size, or void which represents that there is no size...
Definition: size.hpp:32
Definition for values::abs.
Definition: constant_coefficient.hpp:25