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

(cdc71532ec2b5d29995f0f34249ebe2174b28c9c)

#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 526 of file qfutureinterface.h.

◆ swap() [2/2]

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

Definition at line 228 of file qfutureinterface.h.