DCL 4.0
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 130 of file HashFun.h.

Member Function Documentation

◆ hashKey()

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

Definition at line 132 of file HashFun.h.

133 {
134 return _n;
135 }

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