![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "monadicfuture.h"
Public Types | |
template<typename F > | |
using | FmapResult_t = QFuture<std::decay_t<std::result_of_t<F (T)>>> |
Static Public Member Functions | |
template<typename F > | |
static FmapResult_t< F > | Apply (const QFuture< T > &fut, const F &func) |
Definition at line 18 of file monadicfuture.h.
using LC::Util::InstanceFunctor< QFuture< T > >::FmapResult_t = QFuture<std::decay_t<std::result_of_t<F (T)>>> |
Definition at line 21 of file monadicfuture.h.
|
inlinestatic |
Definition at line 24 of file monadicfuture.h.
References LC::Util::Filter().