mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
small change to models section with respect to interop
[SVN r21767]
This commit is contained in:
parent
85ad1f59da
commit
ca70d5dee8
@ -64,9 +64,10 @@ If ``IndexIterator`` models Random Access Traversal Iterator and
|
||||
``ElementIterator`` models Readable Lvalue Iterator then
|
||||
``permutation_iterator`` models Random Access Iterator.
|
||||
|
||||
``permutation_iterator<X, I1, V1, C2, R1, D1>`` is interoperable
|
||||
with ``permutation_iterator<Y, I2, V2, C2, R2, D2>`` if and only if
|
||||
``X`` is interoperable with ``Y``.
|
||||
``permutation_iterator<E1, X, V1, C2, R1, D1>`` is interoperable
|
||||
with ``permutation_iterator<E2, Y, V2, C2, R2, D2>`` if and only if
|
||||
``X`` is interoperable with ``Y`` and ``E1`` is convertible
|
||||
to ``E2``.
|
||||
|
||||
|
||||
``permutation_iterator`` operations
|
||||
|
Loading…
x
Reference in New Issue
Block a user