Ada Programming/Attributes/'Value Size

Description

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.

Category:Book:Ada Programming#Attributes/'Value%20Size%20
Category:Book:Ada Programming