Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::set_symmetric_difference is an STL algorithm to obtain the elements from two containers which are in only one of these containers.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.