Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtConcurrent::InvokeResult< Function, Args > Struct Template Reference

#include <qtconcurrentstoredfunctioncall.h>

Collaboration diagram for QtConcurrent::InvokeResult< Function, Args >:

Public Types

using Type = std::invoke_result_t<std::decay_t<Function>, std::decay_t<Args>...>

Detailed Description

template<class Function, class ... Args>
struct QtConcurrent::InvokeResult< Function, Args >

Definition at line 91 of file qtconcurrentstoredfunctioncall.h.

Member Typedef Documentation

◆ Type

template<class Function, class ... Args>
using QtConcurrent::InvokeResult< Function, Args >::Type = std::invoke_result_t<std::decay_t<Function>, std::decay_t<Args>...>

Definition at line 96 of file qtconcurrentstoredfunctioncall.h.


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