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::Ratio< RatioStruct< A, B >, ProductStruct< C, D > > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef Ratio< A, typename
Product< typename Product< B,
C >::type, D >::type >::type 
type
 

Static Public Member Functions

static type combine (const RatioStruct< A, B > &_1, const ProductStruct< C, D > &_2)
 

Detailed Description

template<typename A, typename B, typename C, typename D>
struct funct::Ratio< RatioStruct< A, B >, ProductStruct< C, D > >

Definition at line 64 of file SimplifyRatio.h.

Member Typedef Documentation

template<typename A , typename B , typename C , typename D >
typedef Ratio< A , typename Product< typename Product< B , C >::type , D >::type >::type funct::Ratio< RatioStruct< A, B >, ProductStruct< C, D > >::type

Definition at line 64 of file SimplifyRatio.h.

Member Function Documentation

template<typename A , typename B , typename C , typename D >
static type funct::Ratio< RatioStruct< A, B >, ProductStruct< C, D > >::combine ( const RatioStruct< A, B > &  _1,
const ProductStruct< C, D > &  _2 
)
inlinestatic

Definition at line 64 of file SimplifyRatio.h.