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

Public Member Functions

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

Detailed Description

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

Hashing for FixedList data, which uses Hasher for contiguous data and element-wise incrementally hashing otherwise.

Definition at line 474 of file FixedList.H.

Member Function Documentation

◆ operator()()

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

Definition at line 477 of file FixedList.H.

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

Here is the call graph for this function:

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