Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::unique is an STL algorithm to remove duplicates in a sorted container. std::unique does not resize the container.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.