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

operator- More...

#include <Ratio.h>

Public Types

typedef add< Ratio<-rhs::num, rhs::den > >::type type
 

Detailed Description

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

operator-

Member Typedef Documentation

template<int64 Num, int64 Den = 1>
template<class rhs >
typedef add<Ratio<-rhs::num, rhs::den> >::type honey::Ratio< Num, Den >::sub< rhs >::type

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