C++ Language/Std/Stl/Algorithms/ApplyingItemByItem/ItemByItemCombinationOfTwoCollections

The std::transform() algorithm combines two collections, item-by-item.

Additional information about algorithms that combine two collections (includes interactive examples)