Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressions.
More...
template<class TLhs, class TRhs>
Determines whether two types can be used in operator +=, -=, *= and /= expressions.
Definition: operators.hpp:1273
Determines whether two types can be used in operator +, -, * and / expressions.
Definition: operators.hpp:1227
Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressio...
Definition: operators.hpp:1319
Determines whether a type can be used in operator - expression.
Definition: operators.hpp:804
Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressions.
- Template Parameters
-
TLhs | The left-hand-side type |
TRhs | the right-hand-side-type |