1 #ifndef PhysicsTools_Utilities_Ratio_h
2 #define PhysicsTools_Utilities_Ratio_h
5 template <
typename A,
typename B>
9 operator double()
const {
return _1() /
_2(); }
16 template <
typename A,
typename B>
22 template <
typename A,
typename B>
RatioStruct(const A &a, const B &b)
Ratio< A, B >::type operator/(const A &a, const B &b)
double operator()() const
double operator()(double x, double y) const
double operator()(double x) const
static type combine(const A &a, const B &b)