MPL11
|
Monad
s are Functor
s with additional structure allowing values to be lifted and nested monads to be flattened.
More...
Classes | |
struct | boost::mpl11::join< monad > |
Remove one level of monadic structure, projecting its argument into the outer level. More... | |
struct | boost::mpl11::unit< MonadType, x > |
Lift a value into a monadic structure. More... | |
Monad
s are Functor
s with additional structure allowing values to be lifted and nested monads to be flattened.
Functor
unit
and join
All the methods.