#include <boost/ratio/config.hpp>
#include <boost/ratio/detail/mpl/abs.hpp>
#include <boost/ratio/detail/mpl/sign.hpp>
#include <boost/ratio/detail/mpl/gcd.hpp>
#include <boost/ratio/detail/mpl/lcm.hpp>
#include <cstdlib>
#include <climits>
#include <limits>
#include <boost/cstdint.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/core/enable_if.hpp>
#include <boost/integer_traits.hpp>
#include <boost/ratio/ratio_fwd.hpp>
#include <boost/ratio/detail/overflow_helpers.hpp>
Classes | |
singleton | boost::ratio< N, D > |
struct | boost::ratio_add< R1, R2 > |
struct | boost::ratio_subtract< R1, R2 > |
struct | boost::ratio_multiply< R1, R2 > |
struct | boost::ratio_divide< R1, R2 > |
struct | boost::ratio_equal< R1, R2 > |
struct | boost::ratio_not_equal< R1, R2 > |
struct | boost::ratio_less< R1, R2 > |
struct | boost::ratio_less_equal< R1, R2 > |
struct | boost::ratio_greater< R1, R2 > |
struct | boost::ratio_greater_equal< R1, R2 > |
struct | boost::ratio_gcd< R1, R2 > |
Namespaces | |
boost | |
Duration formatting facet for input. | |