| transforming_iterator | ( | iterator_type | it, |
| TransformingFn && | transformer | ||
| ) |
A constructor initializing the created transforming iterator with a base iterator and a transforming functional object.
| TransformingFn | A type of a transforming functional object forwarded to the appropriate constructor of the TransformingFunctor. |
| it | An instance of a base iterator to be adapted by the created iterator. |
| transformer | A functional object used to initialize the created transforming iterator. |