mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 15:42:13 +02:00
4 lines
170 B
ReStructuredText
4 lines
170 B
ReStructuredText
The transform iterator adapts an iterator by modifying the
|
|
``operator*`` to apply a function object to the result of
|
|
dereferencing the iterator and returning the result.
|