DCL 3.7.4
Loading...
Searching...
No Matches
HashFun< int > Struct Reference

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (int _n) const

Detailed Description

Definition at line 124 of file HashFun.h.

Member Function Documentation

◆ hashKey()

unsigned int HashFun< int >::hashKey ( int _n) const
inline

Definition at line 126 of file HashFun.h.

127 {
128 return _n;
129 }

The documentation for this struct was generated from the following file: