CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Ratio< FractionStruct< b, c >, Numerical< a > > Struct Template Reference

#include <Fraction.h>

List of all members.

Public Types

typedef Fraction< b, a *c >::type type

Static Public Member Functions

static type combine (const FractionStruct< b, c > &, const Numerical< a > &)

Detailed Description

template<int a, int b, int c>
struct funct::Ratio< FractionStruct< b, c >, Numerical< a > >

Definition at line 115 of file Fraction.h.


Member Typedef Documentation

template<int a, int b, int c>
typedef Fraction<b, a * c>::type funct::Ratio< FractionStruct< b, c >, Numerical< a > >::type

Definition at line 116 of file Fraction.h.


Member Function Documentation

template<int a, int b, int c>
static type funct::Ratio< FractionStruct< b, c >, Numerical< a > >::combine ( const FractionStruct< b, c > &  ,
const Numerical< a > &   
) [inline, static]

Definition at line 117 of file Fraction.h.

                                                                                 { 
      return fract<b, a * c>(); 
    }