Bagikan melalui


move_iterator::operator->

Like a normal RandomIteratoroperator->, it provides access to the fields that belong to the current element.

pointer operator->() const;

Remarks

The operator returns &**this.

Requirements

Header: <iterator>

Namespace: std

See Also

Reference

move_iterator Class

<iterator>

Standard Template Library