libzypp
10.5.0
|
An iterator over elements which are the result of applying some functional transformation to the elements of an underlying sequence. More...
#include <Iterator.h>
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.
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);