Determines whether a type can be used on both sides of operator +=, -=, *= and /= 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 /= expressions.
Definition: operators.hpp:1130
Determines whether a type can be used on both sides of operator -= expressions.
Definition: operators.hpp:970
Determines whether a type can be used on both sides of operator *= expressions.
Definition: operators.hpp:1050
Determines whether a type can be used on both sides of operator += expressions.
Definition: operators.hpp:890
Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions.
- Template Parameters
-