System::StringHashCompiletime class
StringHashCompiletime class
A helper class that generates a hash value from a c-string.
template<unsigned>class StringHashCompiletime
Parameter | Description |
---|---|
i | The length of the string for which the hash value has to be generated. |
Methods
Method | Description |
---|---|
static Hash(uint32_t&, int, const char_t *) | Generates a hash value from the specified c-string of the specified length. |
See Also
- Namespace System
- Library Aspose.PUB for C++