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