OpenKalman
Namespaces | Typedefs
real_type_of_t.hpp File Reference

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"
Include dependency graph for real_type_of_t.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition for value:real_type_of_t.