Files
boost_iterator/doc/transform_iterator_abstract.rst
2004-01-12 18:38:32 +00:00

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.