QtBase  v6.3.1
List of all members
QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > > Struct Template Reference

#include <qmetatype.h>

Inheritance diagram for QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > >:
Inheritance graph
[legend]
Collaboration diagram for QtPrivate::IsWeakPointerToTypeDerivedFromQObject< QWeakPointer< T > >:
Collaboration graph
[legend]

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 969 of file qmetatype.h.


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