transforming_iterator operator-- | ( | int | ) |
Advances the position of the transforming iterator towards the beginning of the iterated sequence and returns a copy of the transforming iterator prior to 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.