Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::merge is an algorithm that merges two sorted containers into a third sorted container.
std::merge is defined in the header file algorithm.h.
#include <algorithm> |
Screen output:
1 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.