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::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 168 of file SimplifyProduct.h.

Member Typedef Documentation

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

Definition at line 169 of file SimplifyProduct.h.

Member Function Documentation

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 170 of file SimplifyProduct.h.

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

173 {