BloombergLP::bslstl::HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>::bucketIndexForKey

bucketIndexForKey overloads

Synopses

Declared in <bslstl_hashtable.h>

Return the index of the bucket that would contain all the elements having the specified key.

SizeType
bucketIndexForKey(KeyType const& key) const;
» more...

Return the index of the bucket that would contain all the elements equivalent to the specified key.

template<class LOOKUP_KEY>
SizeType
bucketIndexForKey(LOOKUP_KEY const& key) const
requires BloombergLP::bslmf::IsTransparentPredicate<HASHER,    LOOKUP_KEY>::value
   && BloombergLP::bslmf::IsTransparentPredicate<COMPARATOR,LOOKUP_KEY>::value;
» more...