mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 04:17:32 +02:00
added another valid expression to Interoperable Iterators
[SVN r21699]
This commit is contained in:
@ -685,6 +685,8 @@ met.
|
||||
+===========================================+=================================================+===================================================+
|
||||
|``y = x`` |``Y`` |post: ``y == x`` |
|
||||
+-------------------------------------------+-------------------------------------------------+---------------------------------------------------+
|
||||
|``Y(x)`` |``Y`` |post: ``Y(x) == x`` |
|
||||
+-------------------------------------------+-------------------------------------------------+---------------------------------------------------+
|
||||
|``x == y`` |convertible to ``bool`` |``==`` is an equivalence relation over its domain. |
|
||||
+-------------------------------------------+-------------------------------------------------+---------------------------------------------------+
|
||||
|``y == x`` |convertible to ``bool`` |``==`` is an equivalence relation over its domain. |
|
||||
|
Reference in New Issue
Block a user