OpenKalman
Classes | Namespaces | Variables
index_collection_for.hpp File Reference

Definition for index_collection_for. More...

#include "coordinates/coordinates.hpp"
#include "linear-algebra/traits/index_count.hpp"
#include "linear-algebra/traits/index_dimension_of.hpp"
Include dependency graph for index_collection_for.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::index_collection_for_iter< Indices, T, Seq >
 
struct  OpenKalman::detail::index_collection_for_iter< Indices, T, std::index_sequence< ix... > >
 
struct  OpenKalman::detail::index_collection_for_impl< Indices, Indexible, typename >
 
struct  OpenKalman::detail::index_collection_for_impl< Indices, Indexible, std::enable_if_t< values::fixed_value_compares_with< collections::size_of< Indices >, stdex::dynamic_extent, &stdex::is_neq > > >
 

Namespaces

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

Variables

template<typename Indices , typename T >
constexpr bool OpenKalman::index_collection_for
 Indices is a collection of indices that are compatible with indexible object T. More...
 

Detailed Description

Definition for index_collection_for.