Return the number of elements with a key equivalent to key.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

Description

Return the number of value_type objects in this unordered multimap with a key equivalent to the specified key.

Return Value

number of elements with an equivalent key

Parameters

Name

Description

key

key value to count

Created with MrDocs