BloombergLP::bdlc::HashTableDefaultHash2::operator()

Function call operators

Synopses

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::hash2 value for key.

template<class KEY>
unsigned int
operator()(KEY const& key) const;
» more...

Return Value

hash value produced by bdlb::HashUtil::hash2

Parameters

NameDescription
keykey to hash