Determines whether two types can be used in operator +=, -=, *= and /= expressions and if the return type is convertible to the expected one.
More...
template<class TLhs, class TRhs, class TResult 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 /= expressions and if the return type is convert...
Definition: operators.hpp:1120
Determines whether two types can be used in operator -= expressions and if the return type is convert...
Definition: operators.hpp:960
Determines whether two types can be used in operator *= expressions and if the return type is convert...
Definition: operators.hpp:1040
Determines whether two types can be used in operator += expressions and if the return type is convert...
Definition: operators.hpp:880
Determines whether two types can be used in operator +=, -=, *= and /= expressions and if the return type is convertible to the expected one.
- Template Parameters
-
TLhs | The left-hand-side type |
TRhs | the right-hand-side-type |
TResult | The expected return type |