mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
small linguistic cleanups
[SVN r21747]
This commit is contained in:
@ -64,9 +64,9 @@ 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
|
||||
iterator ``X`` is interoperable with iterator ``Y``.
|
||||
``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`` operations
|
||||
|
Reference in New Issue
Block a user