I have a class TContainer that is an aggregate of several stl collections pointers to TItems class.
I need to create an Iterator to traverse the elements in all the
If you have access to Boost, using iterator_facade is the most robust solution, and it's pretty simple to use.