
4 Mar
2005
4 Mar
'05
2:59 p.m.
"In a nutshell" one can do the following: for_each(a.begin(), a.end(), std::cout << _1 << ' '); (where a is something like std::list<int>) Is there any trick to print out something like std::map<std::string, std::list<int> > ?