![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfuture_impl.h>
Public Member Functions | |
ContinuationWrapper (Function &&f) | |
ContinuationWrapper (const ContinuationWrapper &other) | |
ContinuationWrapper (ContinuationWrapper &&other)=default | |
ContinuationWrapper & | operator= (ContinuationWrapper &&)=default |
template<typename F = Function, std::enable_if_t< std::is_invocable_v< F, const QFutureInterfaceBase & >, bool > = true> | |
void | operator() (const QFutureInterfaceBase &parentData) |
template<typename F = Function, std::enable_if_t< std::is_invocable_v< F >, bool > = true> | |
void | operator() () |
Definition at line 484 of file qfuture_impl.h.
|
inline |
Definition at line 486 of file qfuture_impl.h.
|
inline |
Definition at line 487 of file qfuture_impl.h.
|
default |
|
inline |
Definition at line 500 of file qfuture_impl.h.
|
inline |
Definition at line 497 of file qfuture_impl.h.
|
default |