Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decrements the stored iterator and returns the indicated value.
move_iterator operator-(difference_type _Off) const;
Property Value/Return Value
Returns move_iterator(*this) -= _Off.
Remarks
The operator returns move_iterator(*this) -= _Off.
Requirements
Header: <iterator>
Namespace: std