Return the result of bdlb::HashUtil::hash1 using key data and key length. If the specified key is not of type const char* or bsl::string, then the footprint and size of the object are used as key data and key length, respectively.
Declared in <bdlc_hashtable.h>
template<class KEY>
unsigned int
operator()(KEY const& key) const;