![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "either.h"
Classes | |
struct | GSLResult |
struct | GSLResult< Either< L, V > > |
Public Types | |
using | Type_t = Either< L, R > |
Static Public Member Functions | |
template<typename RP > | |
static Either< L, RP > | Pure (const RP &v) |
template<typename AV > | |
static GSLResult_t< Type_t, AV > | GSL (const Type_t &f, const AV &v) |
using LeechCraft::Util::InstanceApplicative< Either< L, R > >::Type_t = Either<L, R> |
|
inlinestatic |
Definition at line 232 of file either.h.
References LeechCraft::Util::Either< L, R >::GetLeft(), LeechCraft::Util::Either< L, R >::GetRight(), and LeechCraft::Util::Either< L, R >::IsLeft().
|
inlinestatic |
Definition at line 226 of file either.h.
References LeechCraft::Util::Either< L, R >::Right().