Ada Programming/Attributes/'Component Size
Description
editR'Component_Size is a representation attribute used to get the number of bits of each component of an array object or type.
The 'Component_Size attribute may also be used in representation clauses to specify the size in bits used to store each component of an array type.
See also
editWikibook
edit- Ada Programming
- Ada Programming/Attributes
- Ada Programming/Attributes/'Size
- Ada Programming/Attributes/'Max_Size_In_Storage_Elements
- Ada Programming/Attributes/'Value_Size (implementation defined)
- Ada Programming/Attributes/'Object_Size (implementation defined)
Ada 95 Reference Manual
edit- 13.3: Operational and Representation Attributes [Annotated]
- Annex K: Language-Defined Attributes [Annotated]