16 #ifndef OPENKALMAN_VALUES_REAL_TYPE_OF_HPP 17 #define OPENKALMAN_VALUES_REAL_TYPE_OF_HPP 35 template<
typename T,
typename =
void>
48 :
value_type_of<decltype(values::real(std::declval<T>()))> {};
typename real_type_of< T >::type real_type_of_t
Helper template for real_type_of.
Definition: real_type_of.hpp:55
Obtain the underlying value type associated with a value.
Definition: value_type_of.hpp:32
Obtain the real type associated with a value (typically a complex number).
Definition: real_type_of.hpp:37
Definition for value:value_type_of and value:value_type_of_t.
Definition for values::abs.
Definition: fixed-constants.hpp:23
Definition for values::real.
Definition for values::value.