forked from boostorg/iterator
added use of interoperable with to specialized iterators
[SVN r21701]
This commit is contained in:
@ -83,6 +83,11 @@ tag ``CategoryOrTraversal``. Otherwise, if
|
||||
Otherwise, ``counting_iterator`` models the same iterator traversal
|
||||
concepts modeled by ``Incrementable``.
|
||||
|
||||
If iterator ``X`` is interoperable with iterator ``Y`` then
|
||||
``counting_iterator<X,C1,D1>`` is interoperable with
|
||||
``counting_iterator<Y,C2,D2>`` if both counting iterators have the
|
||||
same traversal category and difference type.
|
||||
|
||||
|
||||
|
||||
``counting_iterator`` operations
|
||||
|
Reference in New Issue
Block a user