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_patterns |
| |
◆ has_uniform_patterns
template<typename Arg , std::size_t... indices>
| constexpr bool OpenKalman::internal::has_uniform_patterns |
Initial value:=
indexible<Arg> and
(sizeof...(indices) > 0 or detail::indices_are_uniform_impl<Arg>(std::make_index_sequence<index_count_v<Arg>>{}))
Definition: trait_backports.hpp:64