System::StringHashCompiletime クラス

StringHashCompiletime class

C 文字列からハッシュ値を生成するヘルパークラスです。

template<unsigned>class StringHashCompiletime
パラメーター説明
iハッシュ値を生成する対象文字列の長さ。

メソッド

メソッド説明
static Hash(uint32_t&, int, const char_t *)指定された長さの指定された c-string からハッシュ値を生成します。

参照