halcheck 1.0
Loading...
Searching...
No Matches

◆ operator-=()

I & halcheck::lib::iterator_interface< iterator >::operator-= ( lib::iter_difference_t< I > n)
inlineinherited

Advances this iterator the specified number of steps backwards.

Parameters
nThe number of steps to advance.
Returns
A reference to this.

This overload participates in overload resolution only if Self is not copyable and *this += -n is a valid expression.