Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 90 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 95 of file qtconcurrentstoredfunctioncall.h.


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