transforming_iterator& operator-- | ( | ) |
Advances the position of the transforming iterator towards the beginning of the iterated sequence.
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.