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
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 60 of file qtconcurrentreducekernel.h.

Member Data Documentation

◆ begin

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

Definition at line 63 of file qtconcurrentreducekernel.h.

◆ end

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

Definition at line 63 of file qtconcurrentreducekernel.h.

◆ vector

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

Definition at line 64 of file qtconcurrentreducekernel.h.


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