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< ProductStruct< Numerical< n >, A >, ProductStruct< Numerical< m >, B > > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef ProductStruct
< typename Fraction< n, m >
::type, typename Ratio< A, B >
::type
type
 

Static Public Member Functions

static type combine (const ProductStruct< Numerical< n >, A > &_1, const ProductStruct< Numerical< m >, B > &_2)
 

Detailed Description

template<int n, int m, typename A, typename B>
struct funct::Ratio< ProductStruct< Numerical< n >, A >, ProductStruct< Numerical< m >, B > >

Definition at line 73 of file SimplifyRatio.h.

Member Typedef Documentation

template<int n, int m, typename A , typename B >
typedef ProductStruct< typename Fraction< n , m >::type , typename Ratio< A , B >::type > funct::Ratio< ProductStruct< Numerical< n >, A >, ProductStruct< Numerical< m >, B > >::type

Definition at line 73 of file SimplifyRatio.h.

Member Function Documentation

template<int n, int m, typename A , typename B >
static type funct::Ratio< ProductStruct< Numerical< n >, A >, ProductStruct< Numerical< m >, B > >::combine ( const ProductStruct< Numerical< n >, A > &  _1,
const ProductStruct< Numerical< m >, B > &  _2 
)
inlinestatic

Definition at line 73 of file SimplifyRatio.h.