CMS 3D CMS Logo

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

#include <Sum.h>

Public Types

typedef SumStruct< A, Btype
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 18 of file Sum.h.

Member Typedef Documentation

◆ type

template<typename A, typename B>
typedef SumStruct<A, B> funct::Sum< A, B >::type

Definition at line 19 of file Sum.h.

Member Function Documentation

◆ combine()

template<typename A, typename B>
static type funct::Sum< A, B >::combine ( const A a,
const B b 
)
inlinestatic
b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119
funct::Sum::type
SumStruct< A, B > type
Definition: Sum.h:19