CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::Product< A, B > Struct Template Reference

#include <Product.h>

Public Types

typedef ProductStruct< A, Btype
 

Static Public Member Functions

static type combine (const A &a, const B &b)
 

Detailed Description

template<typename A, typename B>
struct funct::Product< A, B >

Definition at line 17 of file Product.h.

Member Typedef Documentation

◆ type

template<typename A , typename B >
typedef ProductStruct<A, B> funct::Product< A, B >::type

Definition at line 18 of file Product.h.

Member Function Documentation

◆ combine()

template<typename A , typename B >
static type funct::Product< A, B >::combine ( const A a,
const B b 
)
inlinestatic

Definition at line 19 of file Product.h.

References a, and b.

Referenced by funct::operator*().

19 { return type(a, b); }
ProductStruct< A, B > type
Definition: Product.h:18
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121