Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::ContinuationWrapper< Function > Struct Template Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtPrivate::ContinuationWrapper< Function >:

Public Member Functions

 ContinuationWrapper (Function &&f)
 
 ContinuationWrapper (const ContinuationWrapper &other)
 
 ContinuationWrapper (ContinuationWrapper &&other)=default
 
ContinuationWrapperoperator= (ContinuationWrapper &&)=default
 
void operator() (const QFutureInterfaceBase &parentData)
 

Detailed Description

template<class Function>
struct QtPrivate::ContinuationWrapper< Function >

Definition at line 497 of file qfuture_impl.h.

Constructor & Destructor Documentation

◆ ContinuationWrapper() [1/3]

template<class Function >
QtPrivate::ContinuationWrapper< Function >::ContinuationWrapper ( Function && f)
inline

Definition at line 499 of file qfuture_impl.h.

◆ ContinuationWrapper() [2/3]

template<class Function >
QtPrivate::ContinuationWrapper< Function >::ContinuationWrapper ( const ContinuationWrapper< Function > & other)
inline

Definition at line 500 of file qfuture_impl.h.

References Q_ASSERT_X.

◆ ContinuationWrapper() [3/3]

template<class Function >
QtPrivate::ContinuationWrapper< Function >::ContinuationWrapper ( ContinuationWrapper< Function > && other)
default

Member Function Documentation

◆ operator()()

template<class Function >
void QtPrivate::ContinuationWrapper< Function >::operator() ( const QFutureInterfaceBase & parentData)
inline

Definition at line 508 of file qfuture_impl.h.

◆ operator=()


The documentation for this struct was generated from the following file: