Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::inplace_merge is an STL algorithm to merge two sorted ranges in the same container.
#include <algorithm> |
Screen output:
1 4 9 16 25 1 2 3 5 7 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.