set_difference « STL Algorithms Merge « C++ Tutorial






28.4.set_difference
28.4.1.Determine elements in one set but not in another set
28.4.2.Determine elements of first range without elements of second range by using set_difference()
28.4.3.includes, set_difference, set_intersection, set_symmetric_difference and set_union.