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:1250
Determines whether a type can be used on both sides of operator / expressions.
Definition: operators.hpp:1090
Determines whether a type can be used on both sides of operator - expressions.
Definition: operators.hpp:930
Determines whether a type can be used on both sides of operator * expressions.
Definition: operators.hpp:1010
Determines whether a type can be used on both sides of operator + expressions.
Definition: operators.hpp:850
Determines whether a type can be used on both sides of operator +, -, * and / expressions.
- Template Parameters
-