Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=, *=, /= and unary - expressions.
More...
template<class T>
Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions.
Definition: operators.hpp:1296
Determines whether a type can be used on both sides of operator +, -, * and / expressions.
Definition: operators.hpp:1250
Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=,...
Definition: operators.hpp:1344
Determines whether a type can be used in operator - expression.
Definition: operators.hpp:804
Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=, *=, /= and unary - expressions.
- Template Parameters
-