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
QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > > Struct Template Reference

#include <qmetatype.h>

+ Inheritance diagram for QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > >:
+ Collaboration diagram for QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > >:

Additional Inherited Members

- Public Types inherited from QtPrivate::IsPointerToTypeDerivedFromQObject< T * >
enum  { Value = sizeof(checkType(static_cast<T*>(nullptr))) == sizeof(yes_type) }
 
typedef qint8 yes_type
 
typedef qint64 no_type
 
- Static Public Member Functions inherited from QtPrivate::IsPointerToTypeDerivedFromQObject< T * >
static yes_type checkType (QObject *)
 
static yes_type checkType (const QObject *)
 
static no_type checkType (...)
 

Detailed Description

template<typename T>
struct QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > >

Definition at line 1049 of file qmetatype.h.


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