Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray2_SetItemT (   kArray2_array,
  kSize_index0,
  kSize_index1,
  TPtr_item 
)
related

Sets the value of an item.

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
kArray2_arrayArray object.
kSize_index0First dimension index.
kSize_index1Second dimension index.
TPtr_itemStrongly-typed pointer to item that will be copied (by value) into the array.
Returns
Operation status.