Zen API
|
|
related |
Returns a strongly-typed pointer to the content associated with a list item at the specified index.
This method requires a linear search through the list.
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.
kList_list | List object. |
kSize_index | Item index. |
T | Item type identifier (e.g., k32s). |