unordered_multimap::count
size_type count(const Key& keyval) const;
The member function returns the number of elements in the range delimited by equal_range(keyval).
size_type count(const Key& keyval) const;
The member function returns the number of elements in the range delimited by equal_range(keyval).