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

operator+ More...

#include <Ratio.h>

Public Types

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

Detailed Description

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

operator+

Member Typedef Documentation

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

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