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

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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

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