![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "either.h"
Public Types | |
template<typename F > | |
using | BindResult_t = std::result_of_t< F(R)> |
Static Public Member Functions | |
template<typename F > | |
static BindResult_t< F > | Bind (const Either< L, R > &value, const F &f) |
using LeechCraft::Util::InstanceMonad< Either< L, R > >::BindResult_t = std::result_of_t<F (R)> |
|
inlinestatic |
Definition at line 272 of file either.h.
References LeechCraft::Util::oral::sph::f, LeechCraft::Util::Either< L, R >::GetLeft(), LeechCraft::Util::Either< L, R >::GetRight(), and LeechCraft::Util::Either< L, R >::IsLeft().