![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qflags.h>
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 |