Function 関数

NSHashRemove

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

Declaration 宣言

void NSHashRemove(NSHashTable *table, const void *pointer);

Discussion 議論

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

See Also 参照

Related Documentation 関連文書