OpenKalman
Classes | Namespaces | Variables
dimension_size_of_index_is.hpp File Reference

Definition for dimension_size_of_index_is. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::detail::dimension_size_of_index_is_impl< T, index, value, typename >
 
struct  OpenKalman::detail::dimension_size_of_index_is_impl< T, index, value, std::enable_if_t< index_dimension_of< T, index >::value==value > >
 

Namespaces

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

Variables

template<typename T , std::size_t index, std::size_t value, Applicability b = Applicability::guaranteed>
constexpr bool OpenKalman::dimension_size_of_index_is
 Specifies that a given index of T has a specified size. More...
 

Detailed Description

Definition for dimension_size_of_index_is.