0

Can any one recommend a good resource to refer on writing C++ custom template iterators??

Thank You!

Izza
  • 2,389
  • 8
  • 38
  • 60
  • What's a "custom template iterator"? – sbi Jun 02 '10 at 11:27
  • @ sbi - I meant an iterator class for a specific templated data structure written by me. Of course it might not be the technical term ;) – Izza Jun 02 '10 at 11:55
  • 1
    Possibly duplicate of http://stackoverflow.com/questions/148540/c-creating-my-own-iterators – Patrick Jun 02 '10 at 13:40

1 Answers1

1

Jossutis---C++ Standard Library: A Tutorial and Reference

aJ.
  • 34,624
  • 22
  • 86
  • 128