Go to the documentation of this file.
46 #define EqOp(opName, op) \
48 template<class T1, class T2> \
53 void operator()(T1& x, const T2& y) const \
64 void operator()(T& x, const T& y) const \
89 #define Op(opName, op) \
91 template<class T, class T1, class T2> \
96 T operator()(const T1& x, const T2& y) const \
102 template<class T1, class T2> \
107 T1 operator()(const T1& x, const T2& y) const \
118 T operator()(const T& x, const T& y) const \