dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
TagInfo
qt
core
taggedpointer
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
TagInfo (
T
) {
extern (
D
) static immutable
size_t
alignment
;
extern (
D
) static immutable
quint8
tagBits
;
extern (
D
) static immutable
size_t
tagSize
;
alias
TagType
=
QIntegerForSize
!(
tagSize
).
Unsigned
;
}
Members
Aliases
TagType
alias
TagType
=
QIntegerForSize
!(
tagSize
).
Unsigned
Undocumented in source.
Static variables
alignment
size_t
alignment
;
Undocumented in source.
tagBits
quint8
tagBits
;
Undocumented in source.
tagSize
size_t
tagSize
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
taggedpointer
structs
QTaggedPointer
TagInfo