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
QtConcurrent::IntermediateResults< T > Class Template Reference

#include <qtconcurrentreducekernel.h>

+ Collaboration diagram for QtConcurrent::IntermediateResults< T >:

Public Attributes

int begin
 
int end
 
QList< T > vector
 

Detailed Description

template<typename T>
class QtConcurrent::IntermediateResults< T >

Definition at line 59 of file qtconcurrentreducekernel.h.

Member Data Documentation

◆ begin

template<typename T >
int QtConcurrent::IntermediateResults< T >::begin

Definition at line 62 of file qtconcurrentreducekernel.h.

◆ end

template<typename T >
int QtConcurrent::IntermediateResults< T >::end

Definition at line 62 of file qtconcurrentreducekernel.h.

◆ vector

template<typename T >
QList<T> QtConcurrent::IntermediateResults< T >::vector

Definition at line 63 of file qtconcurrentreducekernel.h.


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