A RetroSearch Logo

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

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../iterator/basic_const_iterator/operator_arith.html below:

std::basic_const_iterator<Iter>::operator++,--,+=,-= - cppreference.com

constexpr basic_const_iterator& operator++();

(1) (since C++23)

constexpr void operator++(int);

(2) (since C++23) (3) (since C++23) (4) (since C++23) (5) (since C++23) (6) (since C++23) (7) (since C++23)

Increments or decrements the iterator, by applying the corresponding operation on the underlying iterator.

1-3) Increments by one.

4,5) Decrements by one.

6,7) Advances the iterator by n or -n positions respectively.

[edit] Return value

1,4,6,7) *this

3,5) A copy of *this that was made before the change

2) (none)

[edit] Example [edit] See also

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