| | | | | |

Set Algorithms -- Assumptions and Outcomes

  • Assumptions
    • input ranges determined by input iterators
    • output start determined by output iterator (may be insert iterator)
    • input ranges are sorted
  • Outcomes
    • output range is sorted
    • output range is the set operation applied to the input ranges

| | Top of Page | 8. Generic Set Algorithms - 2 of 7