transform_iterator Class Reference
[Boost.Iterator Library]

An iterator over elements which are the result of applying some functional transformation to the elements of an underlying sequence. More...

#include <Iterator.h>


Detailed Description

An iterator over elements which are the result of applying some functional transformation to the elements of an underlying sequence.

Provides boost::transform_iterator and boost::make_transform_iterator convenience function.

See also:
http://www.boost.org/libs/iterator/doc/transform_iterator.html
 template <class UnaryFunction, class Iterator>
   transform_iterator<UnaryFunction, Iterator>
   make_transform_iterator(Iterator it, UnaryFunction fun);

 template <class UnaryFunction, class Iterator>
   transform_iterator<UnaryFunction, Iterator>
   make_transform_iterator(Iterator it);

The documentation for this class was generated from the following file:
Generated on Fri Mar 2 09:46:09 2012 for libzypp by  doxygen 1.6.3