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

sizeFunction

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

Declaration 宣言

var sizeFunction: ((UnsafeRawPointer) -> Int)? { get set }

Discussion 議論

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

See Also 参照

Personality Functions パーソナリティ関数