ShortLexCompare¶
-
template<typename T>
struct libsemigroups::ShortLexCompare¶ 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.
- tparam T
the type of the objects to be compared.