small change to models section with respect to interop

[SVN r21767]
This commit is contained in:
Jeremy Siek 2004-01-15 18:50:43 +00:00
parent 85ad1f59da
commit ca70d5dee8

View File

@ -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