difference « Set Multiset « C++






1.Get the difference between two sets
2.Get the symmetric difference between two sets
3.set_difference and back_inserter
4.Use set_difference to get values from only one list
5.Use set_symmetric_difference() to get the difference between two lists
6.Create the symmetric difference between list1 and list2