Ada Programming/Attributes/'Value Size

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.