Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kQueue_SetAsT (   kQueue_queue,
  kSize_index,
  T_value,
 
)
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
kQueue_queueQueue object.
kSize_indexItem index.
T_valueItem value.
TItem type identifier (e.g., k32s).
Returns
Item value.