Append a byte to FNV hash.
Synopsis
Declared in <folly/hash/FnvHash.h>
constexpr
uint64_t
fnv64_append_byte_FIXED(
uint64_t hash,
uint8_t c);
Return Value
The updated FNV hash value
Parameters
Name |
Description |
hash |
Running FNV hash value to update |
c |
Byte to fold into the hash |
See Also
fnv32 methodset fnv
Created with MrDocs