move_iterator::operator->
Like a normal RandomIterator operator->, it provides access to the fields that belong to the current element.
pointer operator->() const;
설명
The operator returns &**this.
요구 사항
헤더: <iterator>
네임스페이스: std
Like a normal RandomIterator operator->, it provides access to the fields that belong to the current element.
pointer operator->() const;
The operator returns &**this.
헤더: <iterator>
네임스페이스: std