LexicographicalCompare¶
-
template<typename
T
>
structlibsemigroups
::
LexicographicalCompare
¶ Defined in
order.hpp
.A stateless struct with binary call operator using std::lexicographical_compare.
This only exists to be used as a template parameter, and has no advantages over using std::lexicographical_compare otherwise.
- See
- Template Parameters
T
: the type of the objects to be compared.