for example, if multimap is {{1,2}, {1,3}, {1,4},{2,3} }; will multimap.find(1) always return iterator pointing to {1,2} or it will return iterator pointing to any of the key-value pair with key = 1 ?
Asked
Active
Viewed 42 times