Hash< Tuple2< T1, T2 > > Struct Template Reference

Hashing for Tuple2 data. More...

Public Member Functions

unsigned operator() (const Tuple2< T1, T2 > &obj, unsigned seed=0) const
 

Detailed Description

template<class T1, class T2>
struct Foam::Hash< Tuple2< T1, T2 > >

Hashing for Tuple2 data.

Definition at line 147 of file Tuple2.H.

Member Function Documentation

◆ operator()()

unsigned operator() ( const Tuple2< T1, T2 > &  obj,
unsigned  seed = 0 
) const
inline

Definition at line 149 of file Tuple2.H.

References Tuple2< T1, T2 >::first(), and Tuple2< T1, T2 >::second().

Here is the call graph for this function:

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