DCL 3.7.4
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 178 of file HashFun.h.

Member Function Documentation

◆ hashKey()

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

Definition at line 180 of file HashFun.h.

181 {
182 return (unsigned int) (size_t) _p;
183 }

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