move_iterator::iterator_category
The type iterator_category is a move_iterator typedef based on the iterator trait iterator_category, and can be used interchangeably with it.
typedef typename iterator_traits<RandomIterator>::iterator_category
iterator_category;
설명
The type is a synonym for the iterator trait typename iterator_traits<RandomIterator>::iterator_category.
요구 사항
헤더: <iterator>
네임스페이스: std