Return the hash of the specified key, computed as the product of the result of the hash function supplied at construction and k_FIBONACCI_HASH_MULTIPLIER.
Declared in <bslh_fibonaccibadhashwrapper.h>
template<class KEY>
size_t
operator()(KEY const& key) const;
hash of key scaled by k_FIBONACCI_HASH_MULTIPLIER
| Name | Description |
|---|---|
| key | value to hash |