12 #ifndef BOOST_MPL11_FWD_MONAD_HPP
13 #define BOOST_MPL11_FWD_MONAD_HPP
18 namespace boost {
namespace mpl11 {
38 template <
typename Datatype,
typename = true_>
43 template <
typename monad>
47 template <
typename MonadType,
typename x>
52 #endif // !BOOST_MPL11_FWD_MONAD_HPP
Forwards to boost/mpl11/fwd/integer.hpp.
Lift a value into a monadic structure.
Definition: monad.hpp:48
Remove one level of monadic structure, projecting its argument into the outer level.
Definition: monad.hpp:44