Attribute Address_Size (GNAT Reference Manual) (original) (raw)
Next: Attribute Asm_Input, Previous: Attribute Abort_Signal, Up: Implementation Defined Attributes [Contents][Index]
4.2 Attribute Address_Size ¶
Standard'Address_Size
(Standard
is the only allowed prefix) is a static constant giving the number of bits in anAddress
. It is the same value as System.Address’Size, but has the advantage of being static, while a direct reference to System.Address’Size is nonstatic because Address is a private type.