Honeycomb  0.1
Component-Model Framework
Public Types | List of all members
honey::Ratio< Num, Den >::mul< rhs > Struct Template Reference

operator* More...

#include <Ratio.h>

Public Types

typedef Ratio<(num/gcd1)*(rhs::num/gcd2),(den/gcd2)*(rhs::den/gcd1)> type
 

Detailed Description

template<int64 Num, int64 Den = 1>
template<class rhs>
struct honey::Ratio< Num, Den >::mul< rhs >

operator*

Member Typedef Documentation

template<int64 Num, int64 Den = 1>
template<class rhs>
typedef Ratio<(num / gcd1) * (rhs::num / gcd2), (den / gcd2) * (rhs::den / gcd1)> honey::Ratio< Num, Den >::mul< rhs >::type

The documentation for this struct was generated from the following file: