Hash specialization for hashing labels. More...
#include <src/OpenFOAM/primitives/hashes/Hash/Hash.H>
Hash specialization for hashing labels.
Definition at line 99 of file Hash.H.
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.
| |
| unsigned operator() | ( | const label & | p, |
| unsigned | seed | ||
| ) | const [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().
| unsigned operator() | ( | const label & | p ) | const [inline]
|