Attribute Default_Bit_Order (GNAT Reference Manual) (original) (raw)
Next: Attribute Default_Scalar_Storage_Order, Previous: Attribute Constrained, Up: Implementation Defined Attributes [Contents][Index]
4.11 Attribute Default_Bit_Order ¶
Standard'Default_Bit_Order
(Standard
is the only allowed prefix), provides the value System.Default_Bit_Order
as a Pos
value (0 for High_Order_First
, 1 forLow_Order_First
). This is used to construct the definition ofDefault_Bit_Order
in package System
.