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.
Processing Item-by-Item
Ignoring Prior Values
Item-by-Item Combination of Two Collections