OpenKalman
Namespaces | Functions
is_vector.hpp File Reference

Definition for is_vector 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<std::size_t N, std::size_t... Is, typename T >
constexpr bool OpenKalman::detail::get_is_vector_impl (std::index_sequence< Is... >, const T &t)
 
template<std::size_t N = 0, typename T , std::enable_if_t< interface::count_indices_defined_for< T >, int > = 0>
constexpr bool OpenKalman::is_vector (const T &t)
 Return true if T is a vector at runtime. More...
 

Detailed Description

Definition for is_vector function.