move_iterator::reference
The type reference is a typedef based on value_type&& for move_iterator, and can be used interchangeably with value_type&&.
typedef value_type&&
reference;
설명
The type is a synonym for value_type&&, which is an rvalue reference.
요구 사항
헤더: <iterator>
네임스페이스: std