Hash specialization for hashing labels. More...
#include <src/OpenFOAM/primitives/hashes/Hash/Hash.H>
Hash specialization for hashing labels.
Public Member Functions | |
Hash () | |
unsigned | operator() (const label &p, unsigned seed) const |
Incrementally hash a label. | |
unsigned | operator() (const label &p) const |
Return the unsigned representation of a label. |
|
inline |
Incrementally hash a label.
This will necessarily return a different value than the non-incremental version.
Definition at line 109 of file Hash.H.
References Foam::Hasher().
|
inline |