Qt 6.x
The Qt SDK
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: