bsl::unordered_multimap::count

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

Synopsis

Declared in <bslstl_unorderedmultimap.h>

unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::size_type
count(key_type const& key) const;