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

#include <qmetatype.h>

Inheritance diagram for QtPrivate::IsQEnumHelper< T >:
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 980 of file qmetatype.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T>
anonymous enum
Enumerator
Value 

Definition at line 986 of file qmetatype.h.

Member Function Documentation

◆ declval()

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

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