Hash< List< T > > Struct Template Reference

Public Member Functions

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

Detailed Description

template<class T>
struct Foam::Hash< List< T > >

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

Definition at line 356 of file List.H.

Member Function Documentation

◆ operator()()

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

Definition at line 358 of file List.H.

References UList< T >::cdata(), Foam::Hasher(), UList< T >::size(), and Foam::T().

Here is the call graph for this function:

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