Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpl::rational_c< IntegerType, N, D > Struct Template Reference

#include <rational_c.hpp>

Public Types

typedef rational_c
< IntegerType, N, D > 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (IntegerType, numerator=N)
 
 BOOST_STATIC_CONSTANT (IntegerType, denominator=D)
 
 rational_c ()
 

Member Typedef Documentation

template<typename IntegerType , IntegerType N, IntegerType D = 1>
typedef rational_c<IntegerType,N,D> boost::mpl::rational_c< IntegerType, N, D >::type

Constructor & Destructor Documentation

template<typename IntegerType , IntegerType N, IntegerType D = 1>
boost::mpl::rational_c< IntegerType, N, D >::rational_c ( )
inline

Member Function Documentation

template<typename IntegerType , IntegerType N, IntegerType D = 1>
boost::mpl::rational_c< IntegerType, N, D >::BOOST_STATIC_CONSTANT ( IntegerType  ,
numerator  = N 
)
template<typename IntegerType , IntegerType N, IntegerType D = 1>
boost::mpl::rational_c< IntegerType, N, D >::BOOST_STATIC_CONSTANT ( IntegerType  ,
denominator  = D 
)

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