![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "monad.h"
Public Types | |
template<typename F > | |
using | BindResult_t = ResultOf_t< F(T)> |
Static Public Member Functions | |
template<typename F > | |
static BindResult_t< F > | Bind (const boost::optional< T > &value, const F &f) |
using LeechCraft::Util::InstanceMonad< boost::optional< T > >::BindResult_t = ResultOf_t<F (T)> |
|
inlinestatic |