MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
comparable.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_COMPARABLE_HPP
13 #define BOOST_MPL11_FWD_COMPARABLE_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
40  template <typename Left, typename Right = Left, typename = true_>
41  struct Comparable;
42 
51  template <typename x1, typename x2, typename ...xs>
52  struct equal;
53 
62  template <typename x, typename y>
63  struct not_equal;
65 }} // end namespace boost::mpl11
66 
67 #endif // !BOOST_MPL11_FWD_COMPARABLE_HPP
Forwards to boost/mpl11/fwd/integer.hpp.