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

Member Function Documentation

◆ hashKey()

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

Definition at line 63 of file HashFun.h.

64 {
65 return __byte_string_hashKey(_str.data());
66 }
unsigned int __byte_string_hashKey(const char *_psz)
Definition HashFun.h:51

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