Pair< T >::SymmHash< HashT > Struct Template Reference

Symmetrical hashing for Pair data. More...

Public Member Functions

unsigned operator() (const Pair< T > &obj, unsigned seed=0) const
 

Detailed Description

template<class T>
template<class HashT = Foam::Hash<T>>
struct Foam::Pair< T >::SymmHash< HashT >

Symmetrical hashing for Pair data.

The lower value is hashed first.

Definition at line 152 of file Pair.H.

Member Function Documentation

◆ operator()()

unsigned operator() ( const Pair< T > &  obj,
unsigned  seed = 0 
) const
inline

Definition at line 155 of file Pair.H.

References Pair< T >::second().

Here is the call graph for this function:

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