[Home]Algorithms

  1. Iteration algorithms
    1. iter_fold
    2. iter_fold_backward
    3. fold
    4. fold_backward
    5. copy
    6. copy_if
    7. copy_backward
    8. copy_backward_if
  2. Querying algorithms
    1. find
    2. find_if
    3. contains
    4. count
    5. count_if
    6. equal
    7. lower_bound
    8. upper_bound
    9. max_element
    10. min_element
  3. Transformation algorithms
    1. transform
    2. remove
    3. remove_if
    4. replace
    5. replace_if


Table of Content
Last edited July 20, 2002 12:00 am