1 #ifndef PhysicsTools_Utilities_Minus_h
2 #define PhysicsTools_Utilities_Minus_h
10 operator double()
const {
return -
_(); }
13 double operator()(
double x,
double y)
const {
return -
_(x, y); }
Difference< A, B >::type operator-(const A &a, const B &b)
double operator()() const
double operator()(double x) const
double operator()(double x, double y) const
static type operate(const A &a)