Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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