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
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 53 of file qtypeinfo.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 56 of file qtypeinfo.h.


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