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::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... > Struct Template Reference

#include <qtconcurrentstoredfunctioncall.h>

+ Inheritance diagram for QtConcurrent::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... >:
+ Collaboration diagram for QtConcurrent::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... >:

Additional Inherited Members

- Public Types inherited from QtConcurrent::NonMemberFunctionResolver< Function, PromiseType, Args... >
using Type = std::tuple<std::decay_t<Function>, QPromise<PromiseType> &, std::decay_t<Args>...>
 
- Static Public Member Functions inherited from QtConcurrent::NonMemberFunctionResolver< Function, PromiseType, Args... >
static constexpr void invoke (std::decay_t< Function > function, QPromise< PromiseType > &promise, std::decay_t< Args >... args)
 
static Type initData (Function &&f, QPromise< PromiseType > &promise, Args &&...args)
 

Detailed Description

template<class Function, class PromiseType, class... Args>
struct QtConcurrent::FunctionResolverHelper< std::false_type, Function, PromiseType, Args... >

Definition at line 71 of file qtconcurrentstoredfunctioncall.h.


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