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

#include <HashFun.h>

Public Member Functions

unsigned int hashKey (const ByteString &_str) const

Detailed Description

Definition at line 67 of file HashFun.h.

Member Function Documentation

◆ hashKey()

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

Definition at line 69 of file HashFun.h.

70 {
71 return __byte_string_hashKey(_str.data());
72 }
unsigned int __byte_string_hashKey(const char *_psz)
Definition HashFun.h:56

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