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

#include <qgenericatomic.h>

+ Collaboration diagram for QAtomicAdditiveType< T >:

Public Types

typedef T AdditiveT
 

Static Public Attributes

static const int AddScale = 1
 

Detailed Description

template<typename T>
struct QAtomicAdditiveType< T >

Definition at line 26 of file qgenericatomic.h.

Member Typedef Documentation

◆ AdditiveT

template<typename T >
typedef T QAtomicAdditiveType< T >::AdditiveT

Definition at line 28 of file qgenericatomic.h.

Member Data Documentation

◆ AddScale

template<typename T >
const int QAtomicAdditiveType< T >::AddScale = 1
static

Definition at line 29 of file qgenericatomic.h.


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