ShortLexCompare¶
-
template<typename
T
>
structlibsemigroups
::
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.
- See
- Template Parameters
T
: the type of the objects to be compared.