This option specifies which integer type the enumeration type handles.
The enumeration type is handled as signed int.
The items that can be specified as string are shown below. |
Each enumerated type is handled as the smallest integer type capable of expressing all the enumerators in that type. |
To handle each enumerated type as the smallest integer type capable of expressing all the enumerators in that type, describe as: |