Método System::StringHashCompiletime::Hash
StringHashCompiletime::Hash method
Genera un valor hash a partir de la c-string especificada de la longitud especificada.
static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)
| Parámetro | Tipo | Descripción |
|---|---|---|
| entrada | uint32_t& | Un puntero al inicio del c-string. |
| strLen | int | La longitud del c-string especificado |
| hash | const char_t * | El parámetro de salida, que contiene el valor hash resultante al regresar del método |
Ver también
- Class StringHashCompiletime
- Namespace System
- Library Aspose.Page for C++