bucket overloads
Synopses
Declared in <bslstl_unorderedmap.h>
Return the bucket index for the specified key.
size_type
bucket(key_type const& key) const;
Return the bucket index for the specified transparent key.
template<class LOOKUP_KEY>
size_type
bucket(LOOKUP_KEY const& key) const
requires BloombergLP::bslmf::IsTransparentPredicate<HASH, LOOKUP_KEY>::value
&& BloombergLP::bslmf::IsTransparentPredicate<EQUAL,LOOKUP_KEY>::value;
Created with MrDocs