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