|
OpenKalman
|
Definition of coordinates::compare. More...
#include "collections/collections.hpp"#include "coordinates/concepts/pattern.hpp"#include "coordinates/functions/compare_three_way.hpp"

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... | |
Definition of coordinates::compare.
1.8.13