tmp/tmpnnjmihy9/{from.md → to.md}
RENAMED
|
@@ -3,23 +3,24 @@
|
|
| 3 |
This Clause describes components that C++ programs may use to perform
|
| 4 |
algorithmic operations on containers [[containers]] and other sequences.
|
| 5 |
|
| 6 |
The following subclauses describe components for non-modifying sequence
|
| 7 |
operations, mutating sequence operations, sorting and related
|
| 8 |
-
operations, and algorithms from the
|
| 9 |
[[algorithms.summary]].
|
| 10 |
|
| 11 |
**Table: Algorithms library summary** <a id="algorithms.summary">[algorithms.summary]</a>
|
| 12 |
|
| 13 |
| Subclause | | Header |
|
| 14 |
| ---------------------------- | --------------------------------- | ------------- |
|
| 15 |
| [[algorithms.requirements]] | Algorithms requirements | |
|
| 16 |
-
| [[algorithms.parallel]] | Parallel algorithms |
|
| 17 |
| [[algorithms.results]] | Algorithm result types | `<algorithm>` |
|
| 18 |
| [[alg.nonmodifying]] | Non-modifying sequence operations | |
|
| 19 |
| [[alg.modifying.operations]] | Mutating sequence operations | |
|
| 20 |
| [[alg.sorting]] | Sorting and related operations | |
|
| 21 |
| [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
|
| 22 |
| [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
|
|
|
|
| 23 |
| [[alg.c.library]] | C library algorithms | `<cstdlib>` |
|
| 24 |
|
| 25 |
|
|
|
|
| 3 |
This Clause describes components that C++ programs may use to perform
|
| 4 |
algorithmic operations on containers [[containers]] and other sequences.
|
| 5 |
|
| 6 |
The following subclauses describe components for non-modifying sequence
|
| 7 |
operations, mutating sequence operations, sorting and related
|
| 8 |
+
operations, and algorithms from the C library, as summarized in
|
| 9 |
[[algorithms.summary]].
|
| 10 |
|
| 11 |
**Table: Algorithms library summary** <a id="algorithms.summary">[algorithms.summary]</a>
|
| 12 |
|
| 13 |
| Subclause | | Header |
|
| 14 |
| ---------------------------- | --------------------------------- | ------------- |
|
| 15 |
| [[algorithms.requirements]] | Algorithms requirements | |
|
| 16 |
+
| [[algorithms.parallel]] | Parallel algorithms | `<execution>` |
|
| 17 |
| [[algorithms.results]] | Algorithm result types | `<algorithm>` |
|
| 18 |
| [[alg.nonmodifying]] | Non-modifying sequence operations | |
|
| 19 |
| [[alg.modifying.operations]] | Mutating sequence operations | |
|
| 20 |
| [[alg.sorting]] | Sorting and related operations | |
|
| 21 |
| [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
|
| 22 |
| [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
|
| 23 |
+
| [[alg.rand]] | Specialized `<random>` algorithms | `<random>` |
|
| 24 |
| [[alg.c.library]] | C library algorithms | `<cstdlib>` |
|
| 25 |
|
| 26 |
|