Bagikan melalui


move_iterator::pointer

The type pointer is a typedef based on the random iterator RandomIterator for move_iterator, and can be used interchangeably.

typedef RandomIterator
    pointer;

Remarks

The type is a synonym for RandomIterator.

Requirements

Header: <iterator>

Namespace: std

See Also

Reference

move_iterator Class

<iterator>

Standard Template Library