System::StringHashCompiletime 类

StringHashCompiletime class

从 C 字符串生成哈希值的辅助类。

template<unsigned>class StringHashCompiletime
参数描述
i需要生成哈希值的字符串的长度。

方法

方法描述
static Hash(uint32_t&, int, const char_t *)从指定长度的指定 c-string 生成哈希值。

另见