22 Jun
2008
22 Jun
'08
12:38 a.m.
Note that the serialization library uses the transform iterator in "real world" code. And there are test of the iterators used by the library which might serve as examples on how to user them. Robert Ramey Ákos Maróy wrote:
Hi,
This is probably a very newbie question. I'd like to iterate through the values of a std::map. I searched through the archives, and found this thread on this mailing list about it:
http://lists.boost.org/boost-users/2007/11/32374.php
Unfortunately I can't put the partial recommendations together from that thread to work for me. While this is most probably due to my lack of experience with boost, can someone point to a sort-of complete usage solution to this question? Would be really appreciated.
Akos