MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
group.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_GROUP_HPP
13 #define BOOST_MPL11_FWD_GROUP_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
43  template <typename Left, typename Right = Left, typename = true_>
44  struct Group;
45 
47  template <typename x, typename y>
48  struct minus;
49 
51  template <typename x>
52  struct negate;
54 }} // end namespace boost::mpl11
55 
56 #endif // !BOOST_MPL11_FWD_GROUP_HPP
Returns the inverse of x.
Definition: group.hpp:52
Forwards to boost/mpl11/fwd/integer.hpp.
Equivalent to plus>.
Definition: group.hpp:48