Espaces de noms
Variantes

Modèle:par op2

De cppreference.com

|- class="t-par" | | - | binary operation function object that will be applied.
The signature of the function should be equivalent to the following:

Ret fun(const Type1 &a, const Type2 &b);

The signature does not need to have const &.
requirement not defined requirement not defined

[create] Template documentation