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
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 38 of file qfuture_impl.h.

Member Data Documentation

◆ future

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

Definition at line 41 of file qfuture_impl.h.

◆ index

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

Definition at line 40 of file qfuture_impl.h.


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