OpenKalman
Classes | Namespaces
index_count.hpp File Reference

Definition for index_count. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::index_count< T, typename >
 The minimum number of indices need to access all the components of an object. More...
 
struct  OpenKalman::detail::static_count_indices_defined< T, typename >
 
struct  OpenKalman::detail::static_count_indices_defined< T, std::enable_if_t< interface::count_indices_defined_for< T > > >
 
struct  OpenKalman::index_count< T, std::enable_if_t< detail::static_count_indices_defined< T >::value > >
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
struct  OpenKalman::detail::dynamic_count_indices_defined< T, typename >
 
struct  OpenKalman::detail::dynamic_count_indices_defined< T, std::enable_if_t< interface::count_indices_defined_for< T > > >
 
struct  OpenKalman::index_count< T, std::enable_if_t< detail::dynamic_count_indices_defined< T >::value > >
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Detailed Description

Definition for index_count.