CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 26 of file Product.h.

Member Typedef Documentation

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

Definition at line 27 of file Product.h.

Member Function Documentation

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

Definition at line 28 of file Product.h.

Referenced by funct::operator*().

28  {
29  return type(a, b);
30  }
ProductStruct< A, B > type
Definition: Product.h:27
double a
Definition: hdecay.h:121