OpenKalman
Namespaces | Functions
get_wrappable.hpp File Reference

Definition for get_wrappable function. More...

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

Go to the source code of this file.

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::get_wrappable_impl (const T &t, std::index_sequence< I... >)
 
template<typename T , std::enable_if_t< interface::count_indices_defined_for< T >, int > = 0>
constexpr bool OpenKalman::get_wrappable (const T &t)
 Determine whether T is wrappable (i.e., all its dimensions other than potentially 0 are euclidean). More...
 

Detailed Description

Definition for get_wrappable function.