Pair< T >::symmHasher Struct Reference

Symmetric hashing functor for Pair, hashes lower value first. More...

Public Member Functions

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

Detailed Description

template<class T>
struct Foam::Pair< T >::symmHasher

Symmetric hashing functor for Pair, hashes lower value first.

Regular hasher inherited from FixedList

Definition at line 151 of file Pair.H.

Member Function Documentation

◆ operator()()

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

Definition at line 153 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: