OpenKalman
|
Definition of is_one_dimensional 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<std::size_t I, std::size_t... Is, typename T > | |
constexpr bool | OpenKalman::detail::is_one_dimensional_impl (std::index_sequence< I, Is... >, const T &t) |
template<typename T , std::enable_if_t< interface::count_indices_defined_for< T >, int > = 0> | |
constexpr bool | OpenKalman::is_one_dimensional (const T &t) |
Return true if T is a one_dimensional at runtime. More... | |
Definition of is_one_dimensional function.