EqualTo¶
-
using libsemigroups::ActionTraits::EqualTo = ::libsemigroups::EqualTo<TPointType>¶
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&)
(possiblynoexcept
,inline
and/orconstexpr
also) for use with, for example, std::unordered_map.The second template parameter exists for SFINAE in overload resolution.
- Used by:
CongruenceByPairs
- Template Parameters
TValueType – the type of objects to compare.