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::IsQEnumHelper< T > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::IsQEnumHelper< T >:

Public Types

enum  { Value = sizeof(qt_getEnumMetaObject(declval())) == sizeof(QMetaObject*) }
 

Static Public Member Functions

static const T & declval ()
 

Detailed Description

template<typename T>
struct QtPrivate::IsQEnumHelper< T >

Definition at line 979 of file qmetatype.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

Definition at line 985 of file qmetatype.h.

Member Function Documentation

◆ declval()

template<typename T >
static const T & QtPrivate::IsQEnumHelper< T >::declval ( )
static

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