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
QAtomicOpsSupport< Size > Struct Template Reference

#include <qgenericatomic.h>

Collaboration diagram for QAtomicOpsSupport< Size >:

Public Types

enum  { IsSupported = (Size == sizeof(int) || Size == sizeof(qptrdiff)) }

Detailed Description

template<int Size>
struct QAtomicOpsSupport< Size >

Definition at line 22 of file qgenericatomic.h.

Member Enumeration Documentation

◆ anonymous enum

template<int Size>
anonymous enum
Enumerator
IsSupported 

Definition at line 24 of file qgenericatomic.h.


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