DCL 4.0
Loading...
Searching...
No Matches
HashFun< void * > Struct Reference

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (void *_p) const

Detailed Description

Definition at line 184 of file HashFun.h.

Member Function Documentation

◆ hashKey()

unsigned int HashFun< void * >::hashKey ( void * _p) const
inline

Definition at line 186 of file HashFun.h.

187 {
188 return (unsigned int) (size_t) _p;
189 }

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