Hash< uint32_t > Struct Template Reference

Hashing of integral type: uint32_t. More...

Public Member Functions

unsigned operator() (const uint32_t val) const
 
unsigned operator() (const uint32_t val, unsigned seed) const
 

Detailed Description

template<>
struct Foam::Hash< uint32_t >

Hashing of integral type: uint32_t.

Unseeded (single value) uses natural order, otherwise incremental

Definition at line 112 of file Hash.H.

Member Function Documentation

◆ operator()() [1/2]

unsigned operator() ( const uint32_t  val) const
inline

Definition at line 112 of file Hash.H.

◆ operator()() [2/2]

unsigned operator() ( const uint32_t  val,
unsigned  seed 
) const
inline

Definition at line 112 of file Hash.H.


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