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 value1) x < y.base()
2) x > y.base()
3) x <= y.base()
4) x >= y.base()
[edit] NotesIf the left operand is a basic_const_iterator
, the member comparison functions are used.
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