Hash< std::pair< T1, T2 > > Struct Template Reference

Hashing for std::pair data. More...

Public Member Functions

unsigned operator() (const std::pair< T1, T2 > &obj, unsigned seed=0) const
 

Detailed Description

template<class T1, class T2>
struct Foam::Hash< std::pair< T1, T2 > >

Hashing for std::pair data.

Definition at line 157 of file Tuple2.H.

Member Function Documentation

◆ operator()()

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

Definition at line 159 of file Tuple2.H.


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