Subtraction operators
Declared in <absl/types/any_span.h>
Returns an iterator moved back by d positions.
Iter
operator-(difference_type d) const;
» more...
Returns the distance to another iterator.
difference_type
operator-(Iter const& other) const;
» more...
other to this iterator.| Name | Description |
|---|---|
| d | Number of positions to move back. |
| other | The iterator to measure against. |