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::EnumHasQFlag< T, IsEnum, bool > Struct Template Reference

#include <qdebug.h>

+ Collaboration diagram for QtPrivate::EnumHasQFlag< T, IsEnum, bool >:

Static Public Attributes

static constexpr bool Value = false
 

Detailed Description

template<typename T, bool IsEnum = std::is_enum_v<T>, bool = sizeof(T) <= sizeof(quint64)>
struct QtPrivate::EnumHasQFlag< T, IsEnum, bool >

Definition at line 676 of file qdebug.h.

Member Data Documentation

◆ Value

template<typename T, bool IsEnum = std::is_enum_v<T>, bool = sizeof(T) <= sizeof(quint64)>
bool QtPrivate::EnumHasQFlag< T, IsEnum, bool >::Value = false
staticconstexpr

Definition at line 676 of file qdebug.h.


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