Question on transform()

For transform(b, e, d, f)
Can the destination d be the same as b?
Thus making transform have the functionality of List.map() from functional programming languages.
http://cplusplus.com/reference/algorithm/transform/
The function allows for the destination range to be the same as one of the input ranges to make transformations in place.
Yep
Thanks!!!!
Topic archived. No new replies allowed.