FixedList< T, N >::Hash< HashT > Struct Template Reference

Hashing function class for FixedList. More...

Public Member Functions

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

Detailed Description

template<class T, unsigned N>
template<class HashT = Foam::Hash<T>>
struct Foam::FixedList< T, N >::Hash< HashT >

Hashing function class for FixedList.

Normally use the global Hash specialization, but can also use this one for inheritance in sub-classes

Definition at line 451 of file FixedList.H.

Member Function Documentation

◆ operator()()

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

Definition at line 454 of file FixedList.H.

References Foam::Hasher(), N(), and Foam::T().

Here is the call graph for this function:

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