Namespaces
Variants
Actions

Template:par pred1

From cppreference.com

|- class="t-par" | | - | unary predicate .
The signature of the predicate function should be equivalent to the following:

 bool pred(const Type &a);

The signature does not need to have const &, but the function must not modify the objects passed to it.
Template:cast req1

Template:template other
[create] Template documentation