dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
CvPtrQ
cpptooling
data
kind_type_format
Pair of ptr-qualifier and cv-qualifier.
@
safe
struct
CvPtrQ {
CvQ
cvQual
;
PtrQ
ptrQual
;
}
Members
Variables
cvQual
CvQ
cvQual
;
Undocumented in source.
ptrQual
PtrQ
ptrQual
;
Undocumented in source.
Meta
Source
See Implementation
cpptooling
data
kind_type_format
structs
ArrayFmt
ArraySize
CtorFmt
CvPtrQ
CvQ
DeclId
DtorFmt
FuncFmt
FuncPtrFmt
FuncSignatureFmt
Left
PtrFmt
PtrQ
Right
SimpleFmt
TypeId
TypeIdLR
Pair of ptr-qualifier and cv-qualifier.