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

Member Function Documentation

◆ hashKey()

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

Definition at line 90 of file HashFun.h.

91 {
92 return _c;
93 }

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