![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "monad.h"
Public Types | |
template<typename F > | |
using | BindResult_t = std::result_of_t< F(T)> |
Static Public Member Functions | |
template<typename F > | |
static BindResult_t< F > | Bind (const boost::optional< T > &value, const F &f) |
using LC::Util::InstanceMonad< boost::optional< T > >::BindResult_t = std::result_of_t<F (T)> |
|
inlinestatic |
Definition at line 117 of file monad.h.
References LC::Util::oral::sph::f.