![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qendian_p.h>
Public Types | |
| using | UnsignedStorageType = std::make_unsigned_t<typename S::StorageType> |
Public Member Functions | |
| constexpr | QSpecialIntegerStorage ()=default |
| constexpr | QSpecialIntegerStorage (QSpecialIntegerBitfieldInitializer) |
| constexpr | QSpecialIntegerStorage (UnsignedStorageType initial) |
Public Attributes | |
| UnsignedStorageType | val |
Definition at line 27 of file qendian_p.h.
| using QSpecialIntegerStorage< S >::UnsignedStorageType = std::make_unsigned_t<typename S::StorageType> |
Definition at line 30 of file qendian_p.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 33 of file qendian_p.h.
|
inlineconstexpr |
Definition at line 34 of file qendian_p.h.
| UnsignedStorageType QSpecialIntegerStorage< S >::val |
Definition at line 36 of file qendian_p.h.