![]() |
LatticeHashForest
|
Generic Equality comparator for set types. More...
#include <lhf.hpp>
Public Member Functions | |
bool | operator() (const SetT *a, const SetT *b) const |
Generic Equality comparator for set types.
SetT | The set type (like std::set or std::unordered_set) |
ElementT | The element type of the set (the first template param of SetT) |
PropertyEqual | Equality Comparator for the Element. |
|
inline |