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

(51d04d0917aabdcbac17d67c758b8ccd63f57f85)

#include <QtCore/qmutex.h>
#include <QtCore/qresultstore.h>
#include <QtCore/qtcoreexports.h>
#include <exception>
#include <utility>
Include dependency graph for qfutureinterface.h:

Go to the source code of this file.

Classes

class  QFutureInterfaceBase
class  QFutureInterface< T >
class  QFutureInterface< void >

Namespaces

namespace  QtPrivate

Functions

 QT_REQUIRE_CONFIG (future)
void swap (QFutureInterfaceBase &lhs, QFutureInterfaceBase &rhs) noexcept
template<typename T>
QT_WARNING_POP void swap (QFutureInterface< T > &a, QFutureInterface< T > &b) noexcept

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( future )

◆ swap() [1/2]

template<typename T>
QT_WARNING_POP void swap ( QFutureInterface< T > & a,
QFutureInterface< T > & b )
inlinenoexcept

Definition at line 525 of file qfutureinterface.h.

◆ swap() [2/2]

void swap ( QFutureInterfaceBase & lhs,
QFutureInterfaceBase & rhs )
inlinenoexcept

Definition at line 229 of file qfutureinterface.h.