tmp/tmprobmwch1/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
### Template parameter names <a id="thread.req.paramname">[[thread.req.paramname]]</a>
|
| 2 |
|
| 3 |
Throughout this Clause, the names of template parameters are used to
|
| 4 |
-
express type requirements.
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
template argument shall return a value that is convertible to `bool`.
|
| 8 |
|
|
|
|
| 1 |
### Template parameter names <a id="thread.req.paramname">[[thread.req.paramname]]</a>
|
| 2 |
|
| 3 |
Throughout this Clause, the names of template parameters are used to
|
| 4 |
+
express type requirements. If a template parameter is named `Predicate`,
|
| 5 |
+
`operator()` applied to the template argument shall return a value that
|
| 6 |
+
is convertible to `bool`.
|
|
|
|
| 7 |
|