move_iterator::operator[]
Allows array index access to elements across the range of the move iterator.
reference operator[](difference_type _Off) const;
속성 값/반환 값
Returns a reference to the value of the iterator at _Off offset.
설명
The operator returns (reference)*(*this + _Off).
요구 사항
헤더: <iterator>
네임스페이스: std