Return the bucket index for the specified key.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

Description

Return the index of the bucket, in the array of buckets of this container, where a value equivalent to the specified key would be inserted.

Return Value

index of the bucket for key

Parameters

Name

Description

key

key value whose bucket is requested

Created with MrDocs