Function 関数

NSHashRemove(_:_:)

Removes an element from the specified hash table. 指定されたハッシュテーブルから要素を除去します。

Declaration 宣言

func NSHashRemove(_ table: NSHashTable<AnyObject>, 
                _ pointer: UnsafeRawPointer?)

Discussion 議論

If pointer matches an item already in table, this function releases the preexisting item. pointerが既にtableの中にある項目に合致するならば、この関数は前から存在する項目を解除します。

See Also 参照

Related Documentation 関連文書