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

(ca50d727785544237eb9f2d9d9a1d1d465772f2f)

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