23
Algorithms library
[algorithms]
23.1
General
[algorithms.general]
1
#
This Clause describes components that C++ programs may use to perform algorithmic operations on
containers
and other sequences
.
2
#
The following subclauses describe components for non-modifying sequence operations, mutating sequence operations, sorting and related operations, and algorithms from the ISO C library, as summarized in Table
81
.
Table
81
— Algorithms library summary
Subclause
Header(s)
[alg.nonmodifying]
Non-modifying sequence operations
[alg.modifying.operations]
Mutating sequence operations
<algorithm>
[alg.sorting]
Sorting and related operations
[numeric.ops]
Generalized numeric operations
<numeric>
[alg.c.library]
C library algorithms
<cstdlib>