This operator is also overloaded as a non-member function, with the left-hand and right-hand types inverted, but this the same behavior (see operator+).
Parameters
n
Number of elements to offset.
Member type difference_type is an alias of the base iterator's own difference type.
Return value
A move iterator pointing to the element n positions away.
Data races
The object is accessed.
The iterator returned can be used to access or modify elements.
Exception safety
Provides the same level of guarantee as the operations internally applied to the base iterator.