Ada Programming/Attributes/'Default Bit Order

Description

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 for Low_Order_First). This is used to construct the definition of Default_Bit_Order in package System.

Category:Book:Ada Programming#Attributes/'Default%20Bit%20Order%20
Category:Book:Ada Programming