Ada Programming/Attributes/'Extended Wide Value
Appearance
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)