Metodo System::StringHashCompiletime::Hash
StringHashCompiletime::Hash method
Genera un valore hash dalla c-string specificata della lunghezza specificata.
static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | uint32_t& | Un puntatore all’inizio della c-string. |
| strLen | int | La lunghezza della c-string specificata |
| hash | const char_t * | Il parametro di output, che contiene il valore hash risultante al ritorno del metodo |
Vedi anche
- Class StringHashCompiletime
- Namespace System
- Library Aspose.Font for C++