HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: