First page
Back
Continue
Last page
Graphics
transform(b, e, d, f);
Runs function f on the elements in the range [b,e) storing the results of f in d.
see transf1.cpp for example.