OpenKalman
Classes | Namespaces | Functions | Variables
wrappable.hpp File Reference

Definition for indexible_impl. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::detail::is_wrappable< T, typename >
 
struct  OpenKalman::detail::value >=1)> >< T >
 

Namespaces

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

Functions

template<typename T , std::size_t... I>
constexpr bool OpenKalman::detail::wrappable_impl (std::index_sequence< I... >)
 

Variables

template<typename T >
constexpr bool OpenKalman::wrappable = detail::is_wrappable<T>::value
 Specifies that every fixed-size index of T (other than potentially index 0) is euclidean. More...
 

Detailed Description

Definition for indexible_impl.