LatticeHashForest
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lhf::NestingBase< PropertyT, ChildT >::PropertyElement< PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::FullEqual Struct Reference

This forces a comparison of both the key and the value instead of only the key. Required in instances where distinguishing this is necessary (like in the property set storage array) More...

#include <lhf.hpp>

Public Member Functions

bool operator() (const PropertyElement &a, const PropertyElement &b) const
 

Detailed Description

template<typename PropertyT, typename ... ChildT>
template<typename PropertyLess, typename PropertyHash, typename PropertyEqual, typename PropertyPrinter>
struct lhf::NestingBase< PropertyT, ChildT >::PropertyElement< PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::FullEqual

This forces a comparison of both the key and the value instead of only the key. Required in instances where distinguishing this is necessary (like in the property set storage array)

Definition at line 754 of file lhf.hpp.

Member Function Documentation

◆ operator()()

template<typename PropertyT , typename ... ChildT>
template<typename PropertyLess , typename PropertyHash , typename PropertyEqual , typename PropertyPrinter >
bool lhf::NestingBase< PropertyT, ChildT >::PropertyElement< PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::FullEqual::operator() ( const PropertyElement a,
const PropertyElement b 
) const
inline

Definition at line 755 of file lhf.hpp.


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