#include <HashFun.h>
|
| unsigned int | hashKey (long long _n) const |
Definition at line 160 of file HashFun.h.
◆ hashKey()
| unsigned int HashFun< long long >::hashKey |
( |
long long | _n | ) |
const |
|
inline |
Definition at line 162 of file HashFun.h.
163 {
164 return (
unsigned int)
_n;
165 }
The documentation for this struct was generated from the following file: