HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Static Public Attributes
v1::is_invocable_task< Func, ArgTypes > Struct Template Reference

#include <hikogui/dispatch/task.hpp>

Static Public Attributes

static constexpr bool value = is_task_v<std::invoke_result_t<Func, ArgTypes...>>
 

Detailed Description

template<typename Func, typename... ArgTypes>
struct v1::is_invocable_task< Func, ArgTypes >

type-trait to determining if the given invocable Func is a task.


The documentation for this struct was generated from the following file: