OpenKalman
Classes | Namespaces | Typedefs
real_type_of.hpp File Reference

Definition for value:real_type_of and value:real_type_of_t. More...

#include "values/concepts/value.hpp"
#include "values/traits/value_type_of.hpp"
#include "values/math/real.hpp"
Include dependency graph for real_type_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::values::real_type_of< T, typename >
 Obtain the real type associated with a value (typically a complex number). More...
 
struct  OpenKalman::values::real_type_of< T, std::enable_if_t< value< T > > >
 

Namespaces

 OpenKalman::values
 Definition for values::abs.
 

Typedefs

template<typename T >
using OpenKalman::values::real_type_of_t = typename real_type_of< T >::type
 Helper template for real_type_of.
 

Detailed Description

Definition for value:real_type_of and value:real_type_of_t.