![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <QtCore/qfutureinterface.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | QPromise< T > |
Namespaces | |
namespace | QtPrivate |
Typedefs | |
template<class T, class U> | |
using | QtPrivate::EnableIfSameOrConvertible = std::enable_if_t<std::is_convertible_v<T, U>> |
Functions | |
QT_REQUIRE_CONFIG (future) | |
template<typename T> | |
void | swap (QPromise< T > &a, QPromise< T > &b) noexcept |
QT_REQUIRE_CONFIG | ( | future | ) |
Definition at line 103 of file qpromise.h.