Ada Programming/Attributes/'Value Size
Appearance
Description
[edit | edit source]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.