Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::move_backward is a C++11 STL algorithm to std::move elements from a container to another container. This copying is done in reverse, but the order is preserved.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml