Ada Programming/Attributes/'Default Bit Order
Description
editStandard'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 for Low_Order_First
). This is used to construct the definition of Default_Bit_Order
in package System
.