![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "functor.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) |
|
inlinestatic |
Definition at line 242 of file functor.h.
References LC::Util::Filter().