chsvlib
chsv helper source code

◆ operator--() [1/2]

transforming_iterator& operator-- ( )

Advances the position of the transforming iterator towards the beginning of the iterated sequence.

Returns
A reference to the transforming iterator after the decrement.

The position change is actually implemented with a decrement of the adopted iterator.

The operator is only implemented by the transforming iterator for at least bidirectional adopted iterators.