libzypp
13.10.6
|
An output iterator wrapping a unary function object; each time an element is written into the dereferenced iterator, it is passed as a parameter to the function object. More...
#include <Iterator.h>
An output iterator wrapping a unary function object; each time an element is written into the dereferenced iterator, it is passed as a parameter to the function object.
Provides boost::function_output_iterator and boost::make_function_output_iterator convenience function.