|
LIBINT 2.9.0
|
FNVStringHash uses Fowler/Noll/Vo algorithm to hash a char string to a 64-bit integer. More...
#include <hashable.h>
Public Types | |
| typedef LIBINT2_UINT_LEAST64 | KeyType |
| The type of key computed using this hash. | |
Public Member Functions | |
| LIBINT2_UINT_LEAST64 | hash (const std::string &S) |
| Returns 64-bit integer hash of S. | |
FNVStringHash uses Fowler/Noll/Vo algorithm to hash a char string to a 64-bit integer.