16 #ifndef OPENKALMAN_COUNT_INDICES_HPP 17 #define OPENKALMAN_COUNT_INDICES_HPP 27 template<
interface::count_indices_defined_for T>
30 template<
typename T, std::enable_if_t<
interface::count_indices_defined_for<T>,
int> = 0>
41 #endif //OPENKALMAN_COUNT_INDICES_HPP constexpr auto count_indices(const T &t)
Get the number of indices available to address the components of an indexible object.
Definition: count_indices.hpp:33
The root namespace for OpenKalman.
Definition: basics.hpp:34
constexpr bool index
T is an index value.
Definition: index.hpp:56