Namespaces
Variants
Actions

Template:par pred2

From cppreference.com

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

 bool pred(const Type1 &a, const Type2 &b);

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

Template:template other
[create] Template documentation