![]() |
LeechCraft
0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
|
#include "either.h"
Public Types | |
| template<typename F > | |
| using | FmapResult_t = Either< L, std::result_of_t< F(R)>> |
Static Public Member Functions | |
| template<typename F > | |
| static FmapResult_t< F > | Apply (const Either< L, R > &either, const F &f) |
| using LeechCraft::Util::InstanceFunctor< Either< L, R > >::FmapResult_t = Either<L, std::result_of_t<F (R)>> |
|
inlinestatic |
Definition at line 214 of file either.h.
References LeechCraft::Util::Either< L, R >::GetLeft(), LeechCraft::Util::Either< L, R >::GetRight(), and LeechCraft::Util::Either< L, R >::IsLeft().
Here is the call graph for this function: