|
OpenKalman
|
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"

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. | |
Definition for value:real_type_of and value:real_type_of_t.
1.8.13