|
◆ transform_iterator() [2/4]
template<class AdaptableUnaryFunction, class Iterator, class Reference = use_default, class Value = use_default>
This constructor takes as arguments an Iterator and an AdaptableUnaryFunction and copies them to a new transform_iterator .
- Parameters
-
x | An Iterator pointing to the input to this transform_iterator's AdaptableUnaryFunction . |
f | An AdaptableUnaryFunction used to transform the objects pointed to by x . |
|