Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::replace_copy_if is an STL algorithm to copy a range of elements and, while doing so, replace elements that satisfy a certain predicate.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.