Hash()

StringHashCompiletime::Hash(uint32_t&, int, const char_t *) method

Generates a hash value from the specified c-string of the specified length.

static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)

Arguments

ParameterTypeDescription
inputuint32_t&A pointer to the beginning of the c-string.
strLenintThe length of the specified c-string
hashconst char_t *The output parameter, which contains the resulting hash value on method return

See Also