Ada Programming/Attributes/'Output
Appearance
Description
[edit | edit source]Writes the value of X to Stream, including any bounds or discriminants.
Example
[edit | edit source]S’Output (Stream:access Ada.Streams.Root_Stream_Type’Class;X)
Writes the value of X to Stream, including any bounds or discriminants.
S’Output (Stream:access Ada.Streams.Root_Stream_Type’Class;X)