Attribute Value_Size (GNAT Reference Manual) (original) (raw)
Next: Attribute Wchar_T_Size, Previous: Attribute VADS_Size, Up: Implementation Defined Attributes [Contents][Index]
4.76 Attribute Value_Size ¶
type'Value_Size
is the number of bits required to represent a value of the given subtype. It is the same as type'Size
, but, unlike Size
, may be set for non-first subtypes.