![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtaggedpointer.h>
Public Types | |
| using | TagType = typename QIntegerForSize<tagSize>::Unsigned |
Static Public Attributes | |
| static constexpr size_t | alignment = alignof(T) |
| static constexpr quint8 | tagBits = quint8(qCountTrailingZeroBits(alignment)) |
| static constexpr size_t | tagSize = qNextPowerOfTwo(nextByteSize(tagBits)) |
Definition at line 19 of file qtaggedpointer.h.
| using QtPrivate::TagInfo< T >::TagType = typename QIntegerForSize<tagSize>::Unsigned |
Definition at line 33 of file qtaggedpointer.h.
|
staticconstexpr |
Definition at line 21 of file qtaggedpointer.h.
|
staticconstexpr |
Definition at line 25 of file qtaggedpointer.h.
|
staticconstexpr |
Definition at line 29 of file qtaggedpointer.h.