Ada Programming/Attributes/'Extended Wide Value

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

Returns the value of type T associated with Item as defined for the GET procedure in the TEXT_IO generic package appropriate for type T (e.g., TEXT_IO.INTEGER_IO(T) if T is an integer type). T may denote an integer, enumeration, floating point, or fixed point type.

Item
is the WIDE_STRING for which you want the value.

Example

[edit | edit source]
T'EXTENDED_WIDE_VALUE(Item)