The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
ExtendedProperties::HashFunction Struct Reference

Public Member Functions

std::size_t operator() (Triplet const &entry) const
 

Detailed Description

Definition at line 107 of file ExtendedProperties.cpp.

Member Function Documentation

◆ 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: