|
OpenKalman
|
Definition for get_wrappable function. More...

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... | |
Definition for get_wrappable function.
1.8.13