Zen API
|
|
related |
Returns a strongly-typed pointer to the specified item in the list buffer.
A debug assertion will be raised if the index argument is greater than or equal to the current list count (note: count, not capacity), or if the size of the specified item type is not equal to the size of the collection item type.
kArrayList_list | List object. |
kSize_index | Item index. |
T | Item type identifier (e.g., k32s). |