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
qtconcurrentstoredfunctioncall.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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>...>