#include <HashFun.h>
|
unsigned int | hashKey (unsigned long long _n) const |
Definition at line 175 of file HashFun.h.
◆ hashKey()
unsigned int HashFun< unsigned long long >::hashKey |
( |
unsigned long long | _n | ) |
const |
|
inline |
Definition at line 177 of file HashFun.h.
178 {
179 return (
unsigned int)
_n;
180 }
The documentation for this struct was generated from the following file: