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
QTypeInfo< T > Class Template Reference

#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>
}
 

Detailed Description

template<typename T>
class QTypeInfo< T >

Definition at line 50 of file qtypeinfo.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T>
anonymous enum
Enumerator
isPointer 
isIntegral 
isComplex 
isRelocatable 
isValueInitializationBitwiseZero 

Definition at line 53 of file qtypeinfo.h.


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