![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtypeinfo.h>
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 50 of file qtypeinfo.h.
anonymous enum |
Enumerator | |
---|---|
isPointer | |
isIntegral | |
isComplex | |
isRelocatable | |
isValueInitializationBitwiseZero |
Definition at line 53 of file qtypeinfo.h.