Function 関数

NSFreeMapTable(_:)

Deletes the specified map table. 指定されたマップテーブルを削除します。

Declaration 宣言

func NSFreeMapTable(_ table: NSMapTable<AnyObject, AnyObject>)

Parameters パラメータ

table

A reference to a map table structure. マップテーブル構造体への参照。

Discussion 議論

Releases each key and value of the specified map table and frees the table itself. 指定されたマップテーブルの各キーと値を解除して、テーブルそれ自体を解放します。

See Also 参照

Related Documentation 関連文書