C++ Language/Std/Stl/Algorithms/ApplyingItemByItem
Appearance
Some STL algorithms apply the same action over and over again, once per item in the collection.
C++ Language |
Some STL algorithms apply the same action over and over again, once per item in the collection.