#include <HashFun.h>
|
| unsigned int | hashKey (unsigned long long _n) const |
Definition at line 169 of file HashFun.h.
◆ hashKey()
| unsigned int HashFun< unsigned long long >::hashKey |
( |
unsigned long long | _n | ) |
const |
|
inline |
Definition at line 171 of file HashFun.h.
172 {
173 return (
unsigned int)
_n;
174 }
The documentation for this struct was generated from the following file: