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

operator/ More...

#include <Ratio.h>

Public Types

typedef mul< Ratio< rhs::den, rhs::num > >::type type
 

Detailed Description

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

operator/

Member Typedef Documentation

template<int64 Num, int64 Den = 1>
template<class rhs >
typedef mul<Ratio<rhs::den, rhs::num> >::type honey::Ratio< Num, Den >::div< rhs >::type

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