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

#include <qtconcurrentiteratekernel.h>

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

Public Member Functions

template<typename U = T>
 DefaultValueContainer (U &&_value)
 

Public Attributes

value
 

Detailed Description

template<typename T>
struct QtConcurrent::DefaultValueContainer< T >

Definition at line 115 of file qtconcurrentiteratekernel.h.

Constructor & Destructor Documentation

◆ DefaultValueContainer()

template<typename T >
template<typename U = T>
QtConcurrent::DefaultValueContainer< T >::DefaultValueContainer ( U && _value)
inline

Definition at line 118 of file qtconcurrentiteratekernel.h.

Member Data Documentation

◆ value

template<typename T >
T QtConcurrent::DefaultValueContainer< T >::value

Definition at line 122 of file qtconcurrentiteratekernel.h.


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