added interoperability to permutation iterator

[SVN r21707]
This commit is contained in:
Jeremy Siek
2004-01-13 21:22:34 +00:00
parent 983ba32def
commit 736044938d
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,10 @@ If ``IndexIterator`` models Random Access Traversal Iterator and
``ElementIterator`` models Readable Lvalue Iterator then
``permutation_iterator`` models Random Access Iterator.
If iterator ``X`` is interoperable with iterator ``Y`` then
``permutation_iterator<X, I1, V1, C2, R1, D1>`` is interoperable with
``permutation_iterator<Y, I2, V2, C2, R2, D2>``.
``permutation_iterator`` operations
-----------------------------------