MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
ring.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_RING_HPP
13 #define BOOST_MPL11_FWD_RING_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
49  template <typename Left, typename Right = Left, typename = true_>
50  struct Ring;
51 
58  template <typename x1, typename x2, typename ...xn>
59  struct mult;
60 
62  template <typename Datatype>
63  struct one;
65 }} // end namespace boost::mpl11
66 
67 #endif // !BOOST_MPL11_FWD_RING_HPP
Forwards to boost/mpl11/fwd/integer.hpp.
Ring operation.
Definition: ring.hpp:59
Multiplicative identity for the given Datatype.
Definition: ring.hpp:63