Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressions and if the return types are convertible to the expected ones.
More...
template<class TLhs, class TRhs, class TCombineResult std::remove_cvref_t<TLhs>, class TAssignResult std::remove_cvref_t<TLhs>&>
Determines whether two types can be used in operator +=, -=, *= and /= expressions and if the return ...
Definition: operators.hpp:1286
Determines whether two types can be used in operator +, -, * and / expressions and if the return type...
Definition: operators.hpp:1240
Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressio...
Definition: operators.hpp:1335
Determines whether a type can be used in operator - expression and if the return type is convertible ...
Definition: operators.hpp:816
Determines whether two types can be used in operator +, -, *, /, +=, -=, *=, /= and unary - expressions and if the return types are convertible to the expected ones.
- Template Parameters
-
TLhs | The left-hand-side type |
TRhs | the right-hand-side-type |
TCombineResult | The expected return type of combining operations |
TAssignResult | The expected return type of assigning operations |