MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
enumerable.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_ENUMERABLE_HPP
13 #define BOOST_MPL11_FWD_ENUMERABLE_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
35  template <typename Datatype, typename = true_>
36  struct Enumerable;
37 
39  template <typename e>
40  struct succ;
41 
43  template <typename e>
44  struct pred;
46 }} // end namespace boost::mpl11
47 
48 #endif // !BOOST_MPL11_FWD_ENUMERABLE_HPP
Forwards to boost/mpl11/fwd/integer.hpp.