Ada Programming/Attributes/'Default Scalar Storage Order
Description
editStandard'Default_Scalar_Storage_Order
(Standard
is the only allowed prefix), provides the current value of the default scalar storage order (as specified using pragma Default_Scalar_Storage_Order
, or equal to Default_Bit_Order
if unspecified) as a System.Bit_Order
value. This is a static attribute.