Iterators

































operatorinputoutputforwardbidirectrandom
_ == _ x x x x
_ != _ x x x x
* _ x x x x
++ _ x x x x x
_ ++ x x x x x
_ = _ x x x x
-- _ x x
_ -- x x
_ +=(int) x
(int)+ _ x
_ +(int) x
_ -= x
_ - (int) x
int:_ - _ x
_ [ _ ] x
_ < _ x
_ > _ x
_ >= _ x
_ <= _ x

Operators supported by the iterator types


























Stream Iterators







Iterator Adaptors