Less

using libsemigroups::FroidurePinTraits::Less = ::libsemigroups::Less<element_type>

Defined in adapters.hpp.

This type should be a stateless trivially default constructible with a call operator of signature bool operator()(TValueType const&, TValueType const&) (possibly noexcept, inline and/or constexpr also) which defines a linear order on the objects of type TValueType

The second template parameter exists for SFINAE in overload resolution.

Used by:

Template Parameters

TValueType – the type of objects to compare.