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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (char _c) const

Detailed Description

Definition at line 94 of file HashFun.h.

Member Function Documentation

◆ hashKey()

unsigned int HashFun< char >::hashKey ( char _c) const
inline

Definition at line 96 of file HashFun.h.

97 {
98 return _c;
99 }

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