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

From Wikibooks, open books for an open world
< C++ Language‎ | Std‎ | Stl‎ | Algorithms
Jump to navigation Jump to search

Some STL algorithms apply the same action over and over again, once per item in the collection.

  1. Processing Item-by-Item
  2. Ignoring Prior Values
  3. Item-by-Item Combination of Two Collections