MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
field.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_FIELD_HPP
13 #define BOOST_MPL11_FWD_FIELD_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
38  template <typename Left, typename Right = Left, typename = true_>
39  struct Field;
40 
42  template <typename x, typename y>
43  struct quot;
44 
46  template <typename x>
47  struct recip;
49 }} // end namespace boost::mpl11
50 
51 #endif // !BOOST_MPL11_FWD_FIELD_HPP
Forwards to boost/mpl11/fwd/integer.hpp.