OpenKalman
Namespaces | Functions | Variables
pattern_collection_compares_with.hpp File Reference

Definition for pattern_collection_compares_with. More...

#include "collections/collections.hpp"
#include "pattern_collection.hpp"
#include "compares_with.hpp"
#include "coordinates/descriptors/Dimensions.hpp"
Include dependency graph for pattern_collection_compares_with.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::coordinates
 The namespace for features relating to coordinates::pattern object.
 

Functions

template<typename T , typename PU , auto comp, applicability a, std::size_t i = 0>
constexpr bool OpenKalman::coordinates::detail::pattern_collection_compares_with_iter_T ()
 
template<typename PT , typename U , auto comp, applicability a, std::size_t i = 0>
constexpr bool OpenKalman::coordinates::detail::pattern_collection_compares_with_iter_U ()
 
template<typename T , typename U , auto comp, applicability a, std::size_t i = 0>
constexpr bool OpenKalman::coordinates::detail::pattern_collection_compares_with_iter ()
 
template<typename T , typename U , auto comp, applicability a>
constexpr bool OpenKalman::coordinates::detail::pattern_collection_compares_with_impl ()
 

Variables

template<typename T , typename U , auto comp = &stdex::is_eq, applicability a = applicability::guaranteed>
constexpr bool OpenKalman::coordinates::pattern_collection_compares_with
 Compares a two coordinates::pattern_collection objects. More...
 

Detailed Description

Definition for pattern_collection_compares_with.