tmp/tmpwbv08yg5/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
### In general <a id="execpol.general">[[execpol.general]]</a>
|
| 2 |
|
| 3 |
-
|
| 4 |
-
object of an execution policy type indicates the kinds of
|
| 5 |
-
allowed in the execution of an algorithm and expresses the
|
| 6 |
-
requirements on the element access functions.
|
| 7 |
|
| 8 |
[*Example 1*:
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
using namespace std;
|
|
|
|
| 1 |
### In general <a id="execpol.general">[[execpol.general]]</a>
|
| 2 |
|
| 3 |
+
Subclause [[execpol]] describes classes that are *execution policy*
|
| 4 |
+
types. An object of an execution policy type indicates the kinds of
|
| 5 |
+
parallelism allowed in the execution of an algorithm and expresses the
|
| 6 |
+
consequent requirements on the element access functions.
|
| 7 |
|
| 8 |
[*Example 1*:
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
using namespace std;
|