![]() |
Qt 6.x
The Qt SDK
|
#include <qtypeinfo.h>
Collaboration diagram for QTypeInfo< T >:Public Types | |
| enum | { isPointer = std::is_pointer_v<T> , isIntegral = std::is_integral_v<T> , isComplex = !std::is_trivial_v<T> , isRelocatable = QtPrivate::qIsRelocatable<T> , isValueInitializationBitwiseZero = QtPrivate::qIsValueInitializationBitwiseZero<T> } |
Definition at line 45 of file qtypeinfo.h.
| anonymous enum |
| Enumerator | |
|---|---|
| isPointer | |
| isIntegral | |
| isComplex | |
| isRelocatable | |
| isValueInitializationBitwiseZero | |
Definition at line 48 of file qtypeinfo.h.