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;

Same as the preceding overload for a bsl::string.

unsigned int
operator()(bsl::string const& key) const;

Return the bdlb::HashUtil::hash1 value for key.

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

Return Value

hash value produced by bdlb::HashUtil::hash1

Parameters

Name

Description

key

key to hash

Created with MrDocs