|
|
template<std::size_t n, auto comp, std::size_t i = 0, typename T , typename D > |
| constexpr auto | OpenKalman::patterns::detail::compare_collection_patterns_with_dimension_impl (const T &t, const D &d) |
| |
| template<auto comp = &stdex::is_eq, std::size_t N = values::unbounded_size, typename T , typename D , std::enable_if_t<(N==values::unbounded_size or N > 0> |
| constexpr auto | OpenKalman::patterns::compare_collection_patterns_with_dimension (const T &t, const D &d) |
| | Compares the dimensions of the first N elements of a pattern_collection with a particular value. More...
|
| |
|
template<std::size_t dim, auto comp = &stdex::is_eq, std::size_t N = values::unbounded_size, typename T , std::enable_if_t<(N==values::unbounded_size or N > 0> |
| constexpr auto | OpenKalman::patterns::compare_collection_patterns_with_dimension (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 for patterns::compare_collection_patterns_with_dimension.