Return the bucket index for the specified key.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::size_type
bucket(key_type const& key) const;
Return Value
index of the bucket for key
Parameters
Name |
Description |
key |
key whose bucket index is returned |
Created with MrDocs