Return the bucket index for the specified key.
Synopsis
Declared in <bslstl_unorderedmap.h>
size_type
bucket(key_type const& key) const;
Return Value
index of the bucket for key
Parameters
Name |
Description |
key |
key to look up |
Created with MrDocs