move_iterator::operator
Allows array index access to elements across the range of the move iterator.
reference operator[](difference_type _Off) const;
Property Value/Return Value
Returns a reference to the value of the iterator at _Off offset.
Remarks
The operator returns (reference)*(*this + _Off).
Requirements
Header: <iterator>
Namespace: std