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

Calculates an element address.

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
kQueue_queueQueue object.
kSize_indexItem index.
TItem type identifier (e.g., k32s).
Returns
Calculated pointer.