C++ Language/Std/Stl/Algorithms/ApplyingItemByItem/ItemByItemCombinationOfTwoCollections
Appearance
The std::transform()
algorithm combines two collections, item-by-item.
Additional information about algorithms that combine two collections (includes interactive examples)