Function 関数

NSMapRemove

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

Declaration 宣言

void NSMapRemove(NSMapTable *table, const void *key);

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 関連文書