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

Removes an item from the list at the specified index.

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.
kSize_indexItem at this index will be removed from the list.
TPtr_itemStrongly-typed destination pointer for the removed item (copied by value).
Returns
Operation status.