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

Get common ratio between two ratios. More...

#include <Ratio.h>

Public Types

typedef honey::Ratio< gcdNum,(Den/gcdDen)*Den2 > type
 

Detailed Description

template<honey::int64 Num, honey::int64 Den, honey::int64 Num2, honey::int64 Den2>
struct std::common_type< honey::Ratio< Num, Den >, honey::Ratio< Num2, Den2 > >

Get common ratio between two ratios.

Member Typedef Documentation

template<honey::int64 Num, honey::int64 Den, honey::int64 Num2, honey::int64 Den2>
typedef honey::Ratio<gcdNum, (Den / gcdDen) * Den2> std::common_type< honey::Ratio< Num, Den >, honey::Ratio< Num2, Den2 > >::type

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