mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 00:22:11 +02:00
removed mention of projection_iterator
[SVN r21859]
This commit is contained in:
@ -196,10 +196,6 @@ which were easily implemented using ``iterator_adaptor``:
|
||||
* ``transform_iterator``, which applies a user-defined function object
|
||||
to the underlying values when dereferenced.
|
||||
|
||||
* ``projection_iterator``, which is similar to ``transform_iterator``
|
||||
except that when dereferenced it returns a reference instead of
|
||||
a value.
|
||||
|
||||
* ``filter_iterator``, which provides a view of an iterator range in
|
||||
which some elements of the underlying range are skipped.
|
||||
|
||||
|
Reference in New Issue
Block a user