Contents

merge

Appends all members of an array to this array.

Declaration

bool merge(const OSArray *otherArray);

Parameters

  • otherArray:

    All members of thie array will be appended to the array.

Return Value

True on success, which retains all the added objects, or false on failure which does not retain the objects.

Discussion

Appends all members of an array to this array. The array capacity will be grown if necessary.

See Also

Creating an Array