[#BloombergLP-bslh-FibonacciBadHashWrapper-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/FibonacciBadHashWrapper.adoc[FibonacciBadHashWrapper]::operator() :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bslh_fibonaccibadhashwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KEY> size_t operator()(KEY const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#