LatticeHashForest
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lhf::SetLess< OrderedSetT, ElementT, PropertyLess > Struct Template Reference

Generic Less-than comparator for set types. More...

#include <lhf.hpp>

Public Member Functions

bool operator() (const OrderedSetT *a, const OrderedSetT *b) const
 

Detailed Description

template<typename OrderedSetT, typename ElementT, typename PropertyLess>
struct lhf::SetLess< OrderedSetT, ElementT, PropertyLess >

Generic Less-than comparator 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)
PropertyLessComparator for properties

Definition at line 205 of file lhf.hpp.

Member Function Documentation

◆ operator()()

template<typename OrderedSetT , typename ElementT , typename PropertyLess >
bool lhf::SetLess< OrderedSetT, ElementT, PropertyLess >::operator() ( const OrderedSetT *  a,
const OrderedSetT *  b 
) const
inline

Definition at line 206 of file lhf.hpp.


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