Go to the documentation of this file. 1 #ifndef PhysicsTools_Utilities_Power_h
2 #define PhysicsTools_Utilities_Power_h
3 #include <boost/static_assert.hpp>
7 template <
typename A,
typename B>
18 template <
typename A,
typename B>
24 template <
typename A,
typename B>
29 template <
typename A,
typename B>
double operator()(double x) const
double operator()(double x, double y) const
TEMPL(T2) struct Divides B
Power< A, B >::type operator^(const A &a, const B &b)
double operator()() const
static type combine(const A &a, const B &b)
Power< A, B >::type pow(const A &a, const B &b)
PowerStruct(const A &a, const B &b)