Bagikan melalui


move_iterator::iterator_type

The type iterator_type is based on the template parameter RandomIterator for the class template move_iterator, and can be used interchangeably in its place.

typedef RandomIterator iterator_type;

Remarks

The type is a synonym for the template parameter RandomIterator.

Requirements

Header: <iterator>

Namespace: std

See Also

Reference

move_iterator Class

<iterator>

Standard Template Library