DCL 4.0
Loading...
Searching...
No Matches
HashFun< long long > Struct Reference

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (long long _n) const

Detailed Description

Definition at line 166 of file HashFun.h.

Member Function Documentation

◆ 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: