OpenKalman
|
Definition of get_index_dimension_of function. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<typename T , typename N = std::integral_constant<std::size_t, 0>, std::enable_if_t< coordinates::pattern< decltype(get_vector_space_descriptor(std::declval< T >(), std::declval< N >()))>, int > = 0> | |
constexpr auto | OpenKalman::get_index_dimension_of (const T &t, N n=N{}) |
Get the runtime dimensions of index N of indexible T. | |
template<std::size_t N, typename T , std::enable_if_t< coordinates::pattern< decltype(get_vector_space_descriptor< N >(std::declval< T >()))>, int > = 0> | |
constexpr auto | OpenKalman::get_index_dimension_of (const T &t) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
Definition of get_index_dimension_of function.