|
| std::size_t | operator() (Triplet const &entry) const |
| |
Definition at line 107 of file ExtendedProperties.cpp.
◆ operator()()
| std::size_t ExtendedProperties::HashFunction::operator() |
( |
Triplet const & | entry | ) |
const |
|
inline |
Definition at line 108 of file ExtendedProperties.cpp.
108 {
109 return hasher( std::get<0>( entry ) ) ^ hasher( std::get<1>( entry ) ) ^ hasher( std::get<2>( entry ) );
110 }
The documentation for this struct was generated from the following file: