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_cmp2.html below:

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

Compare a basic_const_iterator with another value. These function templates are used when the left operand is not a basic_const_iterator.

I satisfies the exposition-only concept /*not-a-const-iterator*/ if and only if it's not a specialization of basic_const_iterator.

These functions are not visible to ordinary unqualified or qualified lookup, and can only be found by argument-dependent lookup when basic_const_iterator<Iter> is an associated class of the arguments.

[edit] Parameters x, y - iterators to compare [edit] Return value

1) x < y.base()

2) x > y.base()

3) x <= y.base()

4) x >= y.base()

[edit] Notes

If the left operand is a basic_const_iterator, the member comparison functions are used.

[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