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