Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::reverse_copy is an STL algorithm to copy a container in the reverse order.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.