map::count

size_type count(const Key& key) const;

The member function returns the number of elements x in the range [lower_bound(key), upper_bound(key)).


Send feedback to MSDN.Look here for MSDN Online resources.