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>
58 std::default_initializable<std::decay_t<T>> and
62 typename std::bool_constant<(std::decay_t<T>{}(),
true)>;
65 constexpr
bool fixed =
66 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 has a value that is determinable at compile time.
Definition: fixed.hpp:65
Basic definitions for OpenKalman as a whole.