Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArrayList_REndT (   kArrayList_list,
 
)
related

Returns a strongly-typed pointer to one past the last item for reverse iteration.

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
kArrayList_listList object.
TItem type identifier (e.g., k32s).
Returns
Strongly-typed pointer to one past the last element, in reverse order.