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
QtFuture::WhenAnyResult< T > Struct Template Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtFuture::WhenAnyResult< T >:

Public Attributes

qsizetype index = -1
 
QFuture< T > future
 

Detailed Description

template<class T>
struct QtFuture::WhenAnyResult< T >

Definition at line 40 of file qfuture_impl.h.

Member Data Documentation

◆ future

template<class T>
QFuture<T> QtFuture::WhenAnyResult< T >::future

Definition at line 43 of file qfuture_impl.h.

◆ index

template<class T>
qsizetype QtFuture::WhenAnyResult< T >::index = -1

Definition at line 42 of file qfuture_impl.h.


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