Function 関数

class_getInstanceSize(_:)

Returns the size of instances of a class. あるクラスのインスタンスのサイズを返します。

Declaration 宣言

func class_getInstanceSize(_ cls: AnyClass?) -> Int

Parameters パラメータ

cls

A class object. あるクラスオブジェクト。

Return Value 戻り値

The size in bytes of instances of the class cls, or 0 if cls is Nil.

See Also 参照

Working with Classes クラスを扱う