Instance Property インスタンスプロパティ

sizeFunction

The function used to determine the size of pointers. ポインタのサイズを決定するのに使われる関数。

Declaration 宣言

@property(nonnull) NSUInteger (*sizeFunction)(const void *item);

Discussion 議論

This function is used for copy-in operations (unless the collection has an object personality). この関数はコピーイン演算に使われます(コレクションがあるオブジェクトパーソナリティを持つ場合を除いて)。

See Also 参照

Personality Functions パーソナリティ関数