chsvlib
chsv helper source code

◆ operator++() [1/2]

generating_input_iterator& operator++ ( )
noexcept

Changes position of the iterator once.

Returns
The reference to the current iterator after the increment.

The operator makes the iterator change its positional value and invalidate its cache forcing it to call the generating functional object upon a next access to a value of the iterator.