Hashing function class. More...
#include <src/OpenFOAM/containers/Lists/FixedList/FixedList.H>
Hashing function class.
Use Hasher directly for contiguous data. Otherwise hash incrementally.
Definition at line 87 of file FixedList.H.
Public Member Functions | |
Hash () | |
unsigned | operator() (const FixedList< T, Size > &, unsigned seed=0) const |
Hash | ( | ) | [inline]
|
Definition at line 90 of file FixedList.H.
unsigned operator() | ( | const FixedList< T, Size > & | lst, |
unsigned | seed = 0
|
||
) | const [inline]
|
Definition at line 403 of file FixedListI.H.
References Foam::Hasher().