mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-30 04:47:20 +02:00
factoring the specialized iterator adaptors
[SVN r19467]
This commit is contained in:
5
doc/transform_iterator_abstract.rst
Normal file
5
doc/transform_iterator_abstract.rst
Normal file
@ -0,0 +1,5 @@
|
||||
The transform iterator adapts an iterator by applying some function
|
||||
object to the result of dereferencing the iterator. In other words,
|
||||
the ``operator*`` of the transform iterator first dereferences the
|
||||
base iterator, passes the result of this to the function object, and
|
||||
then returns the result.
|
Reference in New Issue
Block a user