StringHashCompiletime

StringHashCompiletime class

A helper class that generates a hash value from a c-string.

template<unsigned>class StringHashCompiletime

Template parameters

ParameterDescription
iThe length of the string for which the hash value has to be generated.

Methods

MethodDescription
static void Hash(uint32_t&, int, const char_t *)Generates a hash value from the specified c-string of the specified length.

See Also