Function call operators
Declared in <bdlc_hashtable.h>
Same as the preceding overload for a null-terminated C string.
unsigned int
operator()(ConstCharPtr const& key) const;
» more...
Same as the preceding overload for a bsl::string.
unsigned int
operator()(bsl::string const& key) const;
» more...
Return the bdlb::HashUtil::hash1 value for key.
template<class KEY>
unsigned int
operator()(KEY const& key) const;
» more...
hash value produced by bdlb::HashUtil::hash1
| Name | Description |
|---|---|
| key | key to hash |