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 qptrdiff AdditiveT
 

Static Public Attributes

static const int AddScale = sizeof(T)
 

Detailed Description

template<typename T>
struct QAtomicAdditiveType< T * >

Definition at line 31 of file qgenericatomic.h.

Member Typedef Documentation

◆ AdditiveT

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

Definition at line 33 of file qgenericatomic.h.

Member Data Documentation

◆ AddScale

template<typename T >
const int QAtomicAdditiveType< T * >::AddScale = sizeof(T)
static

Definition at line 34 of file qgenericatomic.h.


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