![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
Defined in order.hpp
.
A stateless struct with binary call operator using shortlex_compare.
This only exists to be used as a template parameter, and has no advantages over using shortlex_compare otherwise.
Public Member Functions | |
template<typename T> | |
bool | operator() (T const &x, T const &y) const |
Call operator that compares x and y using shortlex_compare. | |
|
inline |
Call operator that compares x
and y
using shortlex_compare.
T | the type of the objects to be compared. |
x | const reference to the first object for comparison. |
y | const reference to the second object for comparison. |
true
if x
is short-lex less than y
, and false
otherwise.