CMS 3D CMS Logo

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

#include <Power.h>

Public Types

typedef PowerStruct< A, Btype
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 18 of file Power.h.

Member Typedef Documentation

◆ type

template<typename A , typename B >
typedef PowerStruct<A, B> funct::Power< A, B >::type

Definition at line 19 of file Power.h.

Member Function Documentation

◆ combine()

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

Definition at line 20 of file Power.h.

20 { return type(a, b); }

References a, and b.

Referenced by funct::operator^(), and funct::pow().

b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119
funct::Power::type
PowerStruct< A, B > type
Definition: Power.h:19