Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtconcurrentstoredfunctioncall.h File Reference
#include <QtConcurrent/qtconcurrent_global.h>
#include <QtConcurrent/qtconcurrentrunbase.h>
#include <QtCore/qpromise.h>
#include <type_traits>
+ Include dependency graph for qtconcurrentstoredfunctioncall.h:

Go to the source code of this file.

Classes

struct  QtConcurrent::NonMemberFunctionResolver< Function, PromiseType, Args... >
 
struct  QtConcurrent::MemberFunctionResolver< Function, PromiseType, Arg, Args... >
 
struct  QtConcurrent::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... >
 
struct  QtConcurrent::FunctionResolverHelper< std::true_type, Function, PromiseType, Args... >
 
struct  QtConcurrent::FunctionResolver< Function, PromiseType, Args >
 
struct  QtConcurrent::InvokeResult< Function, Args >
 
struct  QtConcurrent::StoredFunctionCall< Function, Args >
 
struct  QtConcurrent::StoredFunctionCallWithPromise< Function, PromiseType, Args >
 
struct  QtConcurrent::NonPromiseTaskResolver< Function, Args... >
 
struct  QtConcurrent::PromiseTaskResolver< Function, Args... >
 
struct  QtConcurrent::TaskResolverHelper< std::true_type, Function, Args... >
 
struct  QtConcurrent::TaskResolverHelper< std::false_type, Function, Args... >
 
struct  QtConcurrent::TaskResolver< Function, Args >
 

Namespaces

namespace  QtConcurrent
 \inmodule QtConcurrent
 

Typedefs

template<class Function , class ... Args>
using QtConcurrent::InvokeResultType = typename InvokeResult< Function, Args... >::Type
 
template<class ... Types>
using QtConcurrent::DecayedTuple = std::tuple< std::decay_t< Types >... >