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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (unsigned char _c) const

Detailed Description

Definition at line 97 of file HashFun.h.

Member Function Documentation

◆ hashKey()

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

Definition at line 99 of file HashFun.h.

100 {
101 return _c;
102 }

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