<<< std::multimap::equal_range | Index | Iterators revisited >>> |
Containers are nice, but we want more!
We want to find, remove, sort, etc.
We also want to use these functions on any container.
STL provides all of the above with a help of iterators.
<<< std::multimap::equal_range | Index | Iterators revisited >>> |