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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (const String &_str) const

Detailed Description

Definition at line 30 of file HashFun.h.

Member Function Documentation

◆ hashKey()

unsigned int HashFun< String >::hashKey ( const String & _str) const
inline

Definition at line 32 of file HashFun.h.

33 {
34 return __wide_string_hashKey(_str.data());
35 }
unsigned int __wide_string_hashKey(const wchar_t *_psz)
Definition HashFun.h:19

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