![]() |
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>
Public Member Functions | |
constexpr | QFlagsStorage () noexcept=default |
constexpr | QFlagsStorage (std::in_place_t, Int v) |
Protected Types | |
typedef std::conditional< std::is_unsigned< typenamestd::underlying_type< Enum >::type >::value, typenameIntegers::Unsigned, typenameIntegers::Signed >::type | Int |
Protected Attributes | |
Int | i = 0 |
|
inlineconstexprdefaultnoexcept |
|
inlineexplicitconstexpr |
|
protected |
Definition at line 72 of file qflags.h.
Referenced by QFlagsStorage().