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

< C++ Language‎ | Std‎ | Stl‎ | Algorithms

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