Hash< void * > Struct Template Reference

Hash specialization for pointers, interpret pointer as a integer type. More...

Public Member Functions

unsigned operator() (const void *const &obj, unsigned seed) const
 
unsigned operator() (const void *const &obj) const
 

Detailed Description

template<>
struct Foam::Hash< void * >

Hash specialization for pointers, interpret pointer as a integer type.

Definition at line 145 of file Hash.H.

Member Function Documentation

◆ operator()() [1/2]

unsigned operator() ( const void *const &  obj,
unsigned  seed 
) const
inline

Definition at line 147 of file Hash.H.

◆ operator()() [2/2]

unsigned operator() ( const void *const &  obj) const
inline

Definition at line 152 of file Hash.H.


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