Defines the Monoid typeclass. More...
#include <boost/mpl11/fwd/monoid.hpp>
#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/core.hpp>
#include <boost/mpl11/detail/left_folds/variadic.hpp>
Go to the source code of this file.
Classes | |
struct | boost::mpl11::plus< x1, x2, xn > |
Associative operation on a Monoid . More... | |
struct | boost::mpl11::zero< Datatype > |
Additive identity for the given Datatype . More... | |
Defines the Monoid typeclass.