A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/move.iter.op.decr below:

[move.iter.op.decr]

24 Iterators library [iterators] 24.5 Iterator adaptors [predef.iterators] 24.5.3 Move iterators [move.iterators] 24.5.3.3 move_iterator operations [move.iter.ops] 24.5.3.3.7 move_iterator::operator-- [move.iter.op.decr]

move_iterator& operator--();

1

Effects: --current.

2

Returns: *this.

move_iterator operator--(int);

3

Effects:

move_iterator tmp = *this;
--current;
return tmp;

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