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

#include <SimplifyRatio.h>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 56 of file SimplifyRatio.h.

Member Typedef Documentation

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

Definition at line 56 of file SimplifyRatio.h.

Member Function Documentation

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

Definition at line 56 of file SimplifyRatio.h.