16 #ifndef OPENKALMAN_VALUES_FIXED_HPP 17 #define OPENKALMAN_VALUES_FIXED_HPP 23 #ifndef __cpp_concepts 28 template<
typename T,
typename =
void>
35 template<
typename T,
typename =
void>
42 template<
typename T,
typename =
void>
59 std::default_initializable<std::decay_t<T>> and
63 typename std::bool_constant<(std::decay_t<T>{}(),
true)>;
66 constexpr
bool fixed =
67 stdex::default_initializable<std::decay_t<T>> and
constexpr bool value
T is a fixed or dynamic value that is reducible to a number.
Definition: value.hpp:45
Definition for values::abs.
Definition: fixed-constants.hpp:23
constexpr bool fixed
T is a value that is determinable at compile time.
Definition: fixed.hpp:66
Basic definitions for OpenKalman as a whole.