#include <ratio_fwd.hpp>

Public Types | |
| typedef ratio< num, den > | type | 
Public Attributes | |
| BOOST_STATIC_CONSTEXPR  boost::intmax_t  | num = SIGN_N * ABS_N / GCD | 
| BOOST_STATIC_CONSTEXPR  boost::intmax_t  | den = ABS_D / GCD | 
| BOOST_STATIC_CONSTEXPR boost::intmax_t boost::ratio< N, D >::den = ABS_D / GCD | 
| BOOST_STATIC_CONSTEXPR boost::intmax_t boost::ratio< N, D >::num = SIGN_N * ABS_N / GCD |