OpenKalman
Classes | Typedefs
global-definitions.hpp File Reference

Global definitions for OpenKalman. More...

#include <type_traits>
#include <functional>
Include dependency graph for global-definitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::internal::is_plus< T >
 
struct  OpenKalman::internal::is_plus< std::plus< T > >
 
struct  OpenKalman::internal::is_multiplies< T >
 
struct  OpenKalman::internal::is_multiplies< std::multiplies< T > >
 
struct  OpenKalman::internal::remove_rvalue_reference< T >
 If T is an rvalue reference, remove the reference. More...
 
struct  OpenKalman::internal::remove_rvalue_reference< T && >
 

Typedefs

template<typename T >
using OpenKalman::internal::remove_rvalue_reference_t = typename remove_rvalue_reference< T >::type
 Helper type for remove_rvalue_reference.
 

Detailed Description

Global definitions for OpenKalman.