tmp/tmpoc16uf6y/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
### Execution policy type trait <a id="execpol.type">[[execpol.type]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
template<class T> struct is_execution_policy
|
| 5 |
```
|
| 6 |
|
| 7 |
`is_execution_policy` can be used to detect execution policies for the
|
| 8 |
purpose of excluding function signatures from otherwise ambiguous
|
| 9 |
overload resolution participation.
|
|
|
|
| 1 |
+
#### Execution policy type trait <a id="execpol.type">[[execpol.type]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
template<class T> struct is_execution_policy;
|
| 5 |
```
|
| 6 |
|
| 7 |
`is_execution_policy` can be used to detect execution policies for the
|
| 8 |
purpose of excluding function signatures from otherwise ambiguous
|
| 9 |
overload resolution participation.
|