Attributes | Raw attribute spellings attached to the variable. |
BitfieldWidth | The width of the bitfield |
HasNoUniqueAddress | Whether the variable uses [[no_unique_address]]. |
Initializer | The default member initializer, if any. |
IsBitfield | Whether the field is a bitfield |
IsConstexpr | Whether the variable is constexpr. |
IsConstinit | Whether the variable is constinit. |
IsDeprecated | Whether the variable is marked deprecated. |
IsInline | Whether the variable is declared inline. |
IsMaybeUnused | Whether the variable carries [[maybe_unused]]. |
IsMutable | Whether the field is declared mutable |
IsRecordField | True if this variable is a data member of a record. |
IsThreadLocal | Whether the variable is thread_local. |
IsVariant | Whether the field is a variant member |
StorageClass | Storage class specifier applied to the variable. |
Template | The template information, if any. |
Type | The type of the variable |