Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray2_AtT (   kArray2_array,
  kSize_index0,
  kSize_index1,
 
)
related

Returns a pointer to the specified item in the array.

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

Parameters
kArray2_arrayArray object.
kSize_index0First dimension index.
kSize_index1Second dimension index.
TItem type identifier (e.g., k32s).
Returns
Strongly-typed pointer to item.