12 #ifndef BOOST_MPL11_FWD_MONOID_HPP
13 #define BOOST_MPL11_FWD_MONOID_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_MONOID_HPP
Associative operation on a Monoid.
Definition: monoid.hpp:59
Forwards to boost/mpl11/fwd/integer.hpp.
Additive identity for the given Datatype.
Definition: monoid.hpp:63