CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::AuxProduct< Prod, simplify > Struct Template Reference

#include <SimplifyProduct.h>

Public Types

typedef Product< typename Prod::AB, typename Prod::C >::type type
 

Static Public Member Functions

static type combine (const typename Prod::AB &_1, const typename Prod::C &_2)
 

Detailed Description

template<typename Prod, bool simplify = Prod::value>
struct funct::AuxProduct< Prod, simplify >

Definition at line 148 of file SimplifyProduct.h.

Member Typedef Documentation

◆ type

template<typename Prod , bool simplify = Prod::value>
typedef Product< typename Prod::AB , typename Prod::C >::type funct::AuxProduct< Prod, simplify >::type

Definition at line 149 of file SimplifyProduct.h.

Member Function Documentation

◆ combine()

template<typename Prod , bool simplify = Prod::value>
static type funct::AuxProduct< Prod, simplify >::combine ( const typename Prod::AB &  _1,
const typename Prod::C &  _2 
)
inlinestatic

Definition at line 150 of file SimplifyProduct.h.

Referenced by funct::Product< ProductStruct< F, G >, H >::combine().

154 {