Go to the source code of this file.
|
template<typename Arg , std::size_t... Is> |
constexpr bool | OpenKalman::internal::detail::indices_are_uniform_impl (std::index_sequence< Is... >) |
|
|
template<typename Arg , std::size_t... indices> |
constexpr bool | OpenKalman::internal::has_uniform_static_vector_space_descriptors |
|
◆ has_uniform_static_vector_space_descriptors
template<typename Arg , std::size_t... indices>
constexpr bool OpenKalman::internal::has_uniform_static_vector_space_descriptors |
Initial value:=
indexible<Arg> and
(sizeof...(indices) == 0 or detail::indices_are_uniform_impl<Arg>(std::index_sequence<indices...>{})) and
(sizeof...(indices) > 0 or detail::indices_are_uniform_impl<Arg>(std::make_index_sequence<index_count_v<Arg>>{}))