Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::UnwrapHandler Struct Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtPrivate::UnwrapHandler:

Static Public Member Functions

template<class T >
static auto unwrapImpl (T *outer)
 

Detailed Description

Definition at line 849 of file qfuture_impl.h.

Member Function Documentation

◆ unwrapImpl()

template<class T >
static auto QtPrivate::UnwrapHandler::unwrapImpl ( T *  outer)
inlinestatic

Definition at line 852 of file qfuture_impl.h.

References QFutureInterface< T >::future(), QFuture< T >::isFinished(), QFutureInterfaceBase::Pending, Q_ASSERT, QFutureInterfaceBase::reportCanceled(), QFutureInterface< T >::reportException(), QFutureInterface< T >::reportFinished(), QFutureInterfaceBase::reportStarted(), and QFuture< T >::result().

Referenced by QFuture< T >::unwrap().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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