OpenKalman
|
Definition for value:real_type_of_t. More...
#include <type_traits>
#include "values/concepts/value.hpp"
#include "values/functions/to_number.hpp"
#include "values/math/real.hpp"
Go to the source code of this file.
Namespaces | |
OpenKalman::values | |
Definition for values::abs. | |
Typedefs | |
template<typename T , std::enable_if_t< value< T >, int > = 0> | |
using | OpenKalman::values::real_type_of_t = std::decay_t< decltype(values::real(std::declval< T >()))> |
Obtain the real type associated with a number (typically a values::complex number. More... | |
Definition for value:real_type_of_t.