System::StringHashCompiletime::Hash method

StringHashCompiletime::Hash 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)
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