Overview
Set Algorithms require that the ranges on which they operate are sorted according to their sorting criterion. These algorithms have the advantage of a better complexity.
Merges the elements of two ranges
unknown,
inplace_merge,
inplace_merge,
unknown,
unknown,
unknown,
unknown,
\\,
\\,
\\,
\\,
\\,
unknown Merges two consecutive sorted ranges
unknown,
includes,
includes,
unknown,
unknown,
unknown,
unknown,
\\,
\\,
\\,
\\,
\\,
\\,
unknown Returns whether each element of a range is also an element of another range
Processes the sorted union of two ranges
Processes the sorted intersection of two ranges
Processes a sorted range that contains all elements of a range that are not part of another
unknown,
set_symmetric_difference,
set_symmetric_difference,
unknown,
unknown,
unknown,
unknown,
\\,
\\,
\\,
\\,
\\,
\\,
\\,
unknown Processes a sorted range that contains all elements that are in exactly one of two ranges