count
Syntax: #include <map> size_type count( const key_type& key ); The function count() returns the number of occurrences of key in the multimap. count() should run in logarithmic time. |
count
Syntax: #include <map> size_type count( const key_type& key ); The function count() returns the number of occurrences of key in the multimap. count() should run in logarithmic time. |