16 #ifndef OPENKALMAN_VALUE_REAL_HPP 17 #define OPENKALMAN_VALUE_REAL_HPP 37 template<
typename Arg, std::enable_if_t<value<Arg>,
int> = 0>
42 if constexpr (fixed<Arg>)
54 #endif //OPENKALMAN_VALUE_REAL_HPP
An operation involving some number of values.
Definition: operation.hpp:69
constexpr bool value
T is numerical value or is reducible to a numerical value.
Definition: value.hpp:31
constexpr auto real(Arg arg)
A constexpr function to obtain the real part of a (complex) number.
Definition: real.hpp:40
Definition for values::abs.
Definition: constant_coefficient.hpp:25
Definition: number_traits.hpp:36