#include <HashTrait.h>
static size_t HashTrait< std::string >::hashCode |
( |
const std::string & |
k | ) |
|
|
inlinestatic |
uint32_t superFastHash(const void *_data, size_t numBytes)
A hash function that is faster than CRC32 for arbitrary long strings http://www.azillionmonkeys.com/qed/hash.html by Paul Hsieh.
Definition: HashTrait.h:35
The documentation for this struct was generated from the following file: