Méthode System::StringHashCompiletime::Hash
StringHashCompiletime::Hash method
Génère une valeur de hachage à partir de la c-string spécifiée de la longueur spécifiée.
static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)
| Paramètre | Type | Description |
|---|---|---|
| input | uint32_t& | Un pointeur vers le début du c-string. |
| strLen | int | La longueur du c-string spécifié |
| hachage | const char_t * | Le paramètre de sortie, qui contient la valeur de hachage résultante au retour de la méthode |
Voir aussi
- Class StringHashCompiletime
- Namespace System
- Library Aspose.Font for C++