mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
removed mention of projection_iterator
[SVN r21859]
This commit is contained in:
parent
576395a469
commit
c90814e515
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user