Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray1_AsT (   kArray1_array,
  kSize_index,
 
)
related

Gets the value of an item.

A debug assertion will be raised if the index argument is greater than or equal to the current array length, or if the size of the specified item type is not equal to the size of the collection item type.

@

Parameters
kArray1_arrayArray object.
kSize_indexItem index.
TItem type identifier (e.g., k32s).
Returns
Item value.