Go to the documentation of this file. 1 #ifndef PhysicsTools_Utilities_Composition_h
2 #define PhysicsTools_Utilities_Composition_h
3 #include <boost/static_assert.hpp>
6 template <
typename A,
typename B>
10 operator double()
const {
return _1(
_2()); }
17 template <
typename A,
typename B>
23 template <
typename A,
typename B>
TEMPL(T2) struct Divides B
double operator()(double x) const
double operator()(double x, double y) const
static type compose(const A &a, const B &b)
CompositionStruct(const A &a, const B &b)
CompositionStruct< A, B > type
funct::Composition< A, B >::type compose(const A &a, const B &b)
double operator()() const