public member function
<iterator>
std::move_iterator::operator-move_iterator operator- (difference_type n) const;
Subtraction operator
Returns a move iterator pointing to the element located n positions before the element the iterator currently points to.Internally, the function reflects the operation onto the base iterator and returns a move iterator constructed with the resulting value.
Note that this function requires the base iterator to be a random-access iterator.
This operator is also overloaded as a non-member function to return the difference of subtracting iterators: see operator-).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4