![]() |
LeechCraft
0.6.70-10870-g558588d6ec
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 42 of file monadicfuture.h.
using LeechCraft::Util::InstanceFunctor< QFuture< T > >::FmapResult_t = QFuture<std::decay_t<std::result_of_t<F (T)> >> |
Definition at line 45 of file monadicfuture.h.
|
inlinestatic |
Definition at line 48 of file monadicfuture.h.