![]() |
LeechCraft
0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "task.h"
Public Types | |
using | ReturnType_t = R |
Public Member Functions | |
template<typename U > | |
void | return_value (U &&val) |
Public Attributes | |
std::optional< R > | Ret_ |
Static Public Attributes | |
static constexpr bool | IsVoid = false |
using LC::Util::detail::PromiseRet< R >::ReturnType_t = R |
|
inline |
Definition at line 30 of file task.h.
References LC::Util::detail::PromiseRet< R >::Ret_.
|
static |
std::optional<R> LC::Util::detail::PromiseRet< R >::Ret_ |
Definition at line 27 of file task.h.
Referenced by LC::Util::detail::PromiseRet< R >::return_value().