CMS 3D CMS Logo

Public Member Functions | Static Public Member Functions

funct::AuxProductRatio< Prod, false > Struct Template Reference

#include <SimplifyRatio.h>

List of all members.

Public Member Functions

typedef RATIO_S (typename Prod::AB, typename Prod::C) type

Static Public Member Functions

static type combine (const typename Prod::A &a, const typename Prod::B &b, const typename Prod::C &c)

Detailed Description

template<typename Prod>
struct funct::AuxProductRatio< Prod, false >

Definition at line 164 of file SimplifyRatio.h.


Member Function Documentation

template<typename Prod >
static type funct::AuxProductRatio< Prod, false >::combine ( const typename Prod::A &  a,
const typename Prod::B b,
const typename Prod::C &  c 
) [inline, static]

Definition at line 166 of file SimplifyRatio.h.

                                                        { return type(a * b, c); }
template<typename Prod >
typedef funct::AuxProductRatio< Prod, false >::RATIO_S ( typename Prod::AB  ,
typename Prod::C   
)