Function 関数

object_copy

Returns a copy of a given object.

Declaration 宣言

id object_copy(id obj, size_t size);

Parameters パラメータ

obj

An Objective-C object. あるObjective-Cオブジェクト。

size

The size of the object obj.

Return Value 戻り値

A copy of obj.

See Also 参照

Working with Instances インスタンスを扱う