System::StringHashCompiletime::Hash 方法
StringHashCompiletime::Hash method
从指定长度的指定 c-string 生成哈希值。
static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)
| Parameter | Type | 描述 |
|---|---|---|
| 输入 | uint32_t& | 指向 c-string 起始位置的指针。 |
| strLen | int | 指定 c-string 的长度 |
| 哈希 | const char_t * | 输出参数,方法返回时包含生成的哈希值 |
另见
- Class StringHashCompiletime
- Namespace System
- Library Aspose.Page for C++