12 #ifndef BOOST_MPL11_FWD_RING_HPP
13 #define BOOST_MPL11_FWD_RING_HPP
18 namespace boost {
namespace mpl11 {
49 template <
typename Left,
typename Right = Left,
typename = true_>
58 template <
typename x1,
typename x2,
typename ...xn>
62 template <
typename Datatype>
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