Function 関数

NSMapRemove(_:_:)

Removes a key and corresponding value from the specified table. キーとそれに対応している値を、指定されたテーブルから除去します。

Declaration 宣言

func NSMapRemove(_ table: NSMapTable<AnyObject, AnyObject>, 
               _ key: UnsafeRawPointer?)

Discussion 議論

If key matches a key already in table, this function releases the preexisting key and its corresponding value. keyが既にtableの中にあるキーに合致するならば、この関数は前から存在するキーとそれの対応している値を解除します。

See Also 参照

Related Documentation 関連文書