What is the difference between std::list<std::pair> and std::map in C++ STL?

Viewed 71976

What is the difference between std::list<std::pair> and std::map? Is there a find method for the list, too?

7 Answers
Related