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::QFlagsStorageHelper< Enum, Size > Struct Template Reference

#include <qflags.h>

Inheritance diagram for QtPrivate::QFlagsStorageHelper< Enum, Size >:
Collaboration diagram for QtPrivate::QFlagsStorageHelper< Enum, Size >:

Additional Inherited Members

Public Member Functions inherited from QtPrivate::QFlagsStorage< Enum >
constexpr QFlagsStorage () noexcept=default
constexpr QFlagsStorage (std::in_place_t, Int v)
Protected Types inherited from QtPrivate::QFlagsStorage< Enum >
typedef std::conditional< std::is_unsigned< typenamestd::underlying_type< Enum >::type >::value, typenameIntegers::Unsigned, typenameIntegers::Signed >::type Int
Protected Attributes inherited from QtPrivate::QFlagsStorage< Enum >
Int i = 0

Detailed Description

template<typename Enum, int Size = sizeof(QFlagsStorage<Enum>)>
struct QtPrivate::QFlagsStorageHelper< Enum, Size >

Definition at line 81 of file qflags.h.


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