DCL 3.7.4
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 160 of file HashFun.h.

Member Function Documentation

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