![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtConcurrent/qtconcurrent_global.h>
#include <QtConcurrent/qtconcurrentrunbase.h>
#include <QtCore/qpromise.h>
#include <type_traits>
Go to the source code of this file.
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>...> |