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

Calculates an address relative to the start of the buffer.

This method is similar to the At method, but does not bounds-check the index argument.

A debug assertion will be raised if the size of the specified item type is not equal to the size of the collection item type.

Parameters
kArray1_arrayArray object.
kSSize_indexItem index.
TItem type identifier (e.g., k32s).
Returns
Calculated pointer.