OpenKalman
Namespaces | Functions
compare.hpp File Reference

Definition of coordinates::compare. More...

#include "collections/collections.hpp"
#include "coordinates/concepts/pattern.hpp"
#include "coordinates/functions/compare_three_way.hpp"
Include dependency graph for compare.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<auto comp = &stdex::is_eq, typename A , typename B , std::enable_if_t< pattern< A > and pattern< B > and std::is_invocable_r_v< bool, decltype(comp), stdex::partial_ordering >, int > = 0>
constexpr auto OpenKalman::coordinates::compare (const A &a, const B &b)
 Compare two coordinates::pattern objects lexicographically. More...
 

Detailed Description

Definition of coordinates::compare.