Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions and if the return type is convertible to the expected one.
More...
template<class T, class TResult std::remove_cvref_t<T>&>
Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions and if ...
Definition: operators.hpp:1308
Determines whether a type can be used on both sides of operator /= expressions and if the return type...
Definition: operators.hpp:1139
Determines whether a type can be used on both sides of operator -= expressions and if the return type...
Definition: operators.hpp:979
Determines whether a type can be used on both sides of operator *= expressions and if the return type...
Definition: operators.hpp:1059
Determines whether a type can be used on both sides of operator += expressions and if the return type...
Definition: operators.hpp:899
Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions and if the return type is convertible to the expected one.
- Template Parameters
-
T | The type to check |
TResult | The expected return type |