Tuple2< Type1, Type2 >::Hash< HashT1, HashT2 > Class Template Reference

Hashing function class. More...

Public Member Functions

 Hash ()
 
unsigned operator() (const Tuple2< Type1, Type2 > &, unsigned seed=0) const
 

Detailed Description

template<class Type1, class Type2>
template<class HashT1 = Hash<Type1>, class HashT2 = Hash<Type2>>
class Foam::Tuple2< Type1, Type2 >::Hash< HashT1, HashT2 >

Hashing function class.

Definition at line 74 of file Tuple2.H.

Constructor & Destructor Documentation

◆ Hash()

Hash ( )
inline

Definition at line 77 of file Tuple2.H.

References Tuple2< Type1, Type2 >::operator.

Member Function Documentation

◆ operator()()

unsigned operator() ( const Tuple2< Type1, Type2 > &  t,
unsigned  seed = 0 
) const
inline

Definition at line 161 of file Tuple2.H.


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