![]() |
LatticeHashForest
|
Hasher for set types. More...
#include <lhf.hpp>
Public Member Functions | |
std::size_t | operator() (const SetT *k) const |
Hasher 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) |
ElementHash | The hasher for the element. |
|
inline |