HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
#include <hikogui/dispatch/task.hpp>
Static Public Attributes | |
static constexpr bool | value = is_task_v<std::invoke_result_t<Func, ArgTypes...>> |
type-trait to determining if the given invocable Func is a task.