A RetroSearch Logo

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

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/reverse.iter.op-- below:

[reverse.iter.op--]

27 Iterators library [iterators] 27.5 Iterator adaptors [predef.iterators] 27.5.1 Reverse iterators [reverse.iterators] 27.5.1.3 reverse_­iterator operations [reverse.iter.ops] 27.5.1.3.7 operator-- [reverse.iter.op--]

constexpr reverse_iterator& operator--();

1 #

Effects: As if by ++current.

2 #

Returns: *this.

constexpr reverse_iterator operator--(int);

3 #

Effects: As if by:

reverse_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