16 #ifndef OPENKALMAN_COMPARES_WITH_PATTERN_COLLECTION_HPP 17 #define OPENKALMAN_COMPARES_WITH_PATTERN_COLLECTION_HPP 19 #include "coordinates/coordinates.hpp" 29 template<
typename T,
typename D, auto comp = &stdex::is_eq, applicability a = applicability::permitted>
33 constexpr
bool compares_with_pattern_collection =
36 coordinates::pattern_collection<D> and
37 coordinates::pattern_collection_compares_with<decltype(get_pattern_collection(std::declval<T>())), D, comp, a>;
constexpr bool compares_with_pattern_collection
Compares the associated pattern collection of indexible T with pattern_collection D...
Definition: compares_with_pattern_collection.hpp:33
The root namespace for OpenKalman.
Definition: basics.hpp:34
Definition for indexible.