|
Zen API
|
| kStatus kArrayProvider_Assign | ( | kArrayProvider | provider, |
| kArrayProvider | source, | ||
| kObject | context = kNULL |
||
| ) |
Performs a shallow copy of the source array.
Source items are copied by value; if the source array contains objects, the object handles are copied but the objects are not cloned.
| provider | ArrayProvider object. |
| source | Source array to be copied. |
| context | Context for copy operation (allocator specific; not usually required). |