This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
cpp:stl:map [2020/06/01 06:22] gthanos [std::map και std::multimap] |
cpp:stl:map [2020/06/01 07:13] gthanos [Ένθεση και διάτρεξη ενός std::map ή std::multimap] |
||
|---|---|---|---|
| Line 64: | Line 64: | ||
| void print(std:: | void print(std:: | ||
| for(auto it = s.cbegin(); it!=s.cend(); | for(auto it = s.cbegin(); it!=s.cend(); | ||
| - | std::cout << it-> | + | std::cout << it-> |
| } | } | ||