#include <hash.h>
Public Types |
|
using | ValueType = HashInt |
公共成员函数 |
|
void | Combine ( Char c) |
void | Combine ( UChar c) |
void | Combine ( Utf16Char c) |
void | Combine ( Utf32Char c) |
operator HashInt () const |
Public Attributes |
|
HashInt | state |
静态公共属性 |
|
static constexpr HashInt | PRIME |
static constexpr HashInt | BASIS |
using ValueType = HashInt |
void Combine | ( | Char | c | ) |
void Combine | ( | UChar | c | ) |
void Combine | ( | Utf16Char | c | ) |
void Combine | ( | Utf32Char | c | ) |
operator HashInt | ( | ) | const |
|
static constexpr |
|
static constexpr |
HashInt state |