![]() |
Qt 6.x
The Qt SDK
|
#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.
Referenced by QSpecialIntegerConstAccessor< S, pos, width, T >::operator Type(), QSpecialIntegerConstAccessor< S, pos, width, T >::operator!(), and QSpecialIntegerAccessor< S, pos, width, T >::operator=().