MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
rational.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_RATIONAL_HPP
13 #define BOOST_MPL11_FWD_RATIONAL_HPP
14 
15 namespace boost { namespace mpl11 {
35  struct Rational;
36 
37  template <typename T, T numerator, T denominator = (T)1>
38  struct rational_c;
40 }} // end namespace boost::mpl11
41 
42 #endif // !BOOST_MPL11_FWD_RATIONAL_HPP