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

#include <SimplifyRatio.h>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 77 of file SimplifyRatio.h.

Member Typedef Documentation

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

Definition at line 77 of file SimplifyRatio.h.

Member Function Documentation

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

Definition at line 77 of file SimplifyRatio.h.