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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (const void *_p) const

Detailed Description

Definition at line 193 of file HashFun.h.

Member Function Documentation

◆ hashKey()

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

Definition at line 195 of file HashFun.h.

196 {
197 return (unsigned int) (size_t) _p;
198 }

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