First page Back Continue Last page Graphics
STL: Algorithms
To use the algorithms of the C++ standard library you must include the header file <algoithm>
Some algorithms are provided for numeric processing. They are defined in <numeric>
Often you need function objects and function adapters