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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (unsigned long long _n) const

Detailed Description

Definition at line 175 of file HashFun.h.

Member Function Documentation

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