¡@

Home 

c++ Programming Glossary: iteratorbase

Easiest way to make a cyclic iterator?

http://stackoverflow.com/questions/1782019/easiest-way-to-make-a-cyclic-iterator

a few methods like increment decrement template class IteratorBase class cycle_iterator public boost iterator_adaptor cycle_iterator.. the derived class overriding iterator behavior IteratorBase the base class providing default behavior boost use_default.. behavior boost use_default iterator value type will be IteratorBase value_type std forward_iterator_tag iterator category boost..