LatticeHashForest
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lhf::SetHash< SetT, ElementT, ElementHash > Struct Template Reference

Hasher for set types. More...

#include <lhf.hpp>

Public Member Functions

std::size_t operator() (const SetT *k) const
 

Detailed Description

template<typename SetT, typename ElementT, typename ElementHash = DefaultHash<ElementT>>
struct lhf::SetHash< SetT, ElementT, ElementHash >

Hasher for set types.

Template Parameters
SetTThe set type (like std::set or std::unordered_set)
ElementTThe element type of the set (the first template param of SetT)
ElementHashThe hasher for the element.

Definition at line 283 of file lhf.hpp.

Member Function Documentation

◆ operator()()

template<typename SetT , typename ElementT , typename ElementHash = DefaultHash<ElementT>>
std::size_t lhf::SetHash< SetT, ElementT, ElementHash >::operator() ( const SetT *  k) const
inline

Definition at line 284 of file lhf.hpp.


The documentation for this struct was generated from the following file: