Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
An adapter to be able to use the algorithm for_each on a function of T stored in a container as T, instead of using loops. Prefer algorithm calls over hand-written loops [1,2].
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.