typedef unsigned int INDEX;
The INDEX type is an architecture-dependent data type designed to store array indices or count values. It is defined as an unsigned integer with a bit-width appropriate for the target architecture. The maximum representable value of this type is reserved for the AR_UNDEFINED_INDEX constant, which serves as a sentinel value indicating an undefined or invalid index.
| Version: | 1.0 |
|---|---|
| Header file: | AR_Types.h (include AR_API.h) |
| See also: | AR_UNDEFINED_INDEX |