Return the bucket index for the specified key.
Synopses
Declared in <bslstl_unorderedset.h>
Return the bucket index for the specified key.
Return the bucket index for the specified 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;
Return Value
index of the bucket for key
Parameters
Name |
Description |
key |
key value to look up |
Created with MrDocs