33
Thread support library
[thread]
33.2
Requirements
[thread.req]
33.2.1
Template parameter names
[thread.req.paramname]
1
#
Throughout this Clause, the names of template parameters are used to express type requirements
.
If a template parameter is named
Predicate
,
operator()
applied to the template argument shall return a value that is convertible to
bool
.