Function 関数

NSMapGet

Returns a map table value for the specified key. 指定されたキーに対するマップテーブル値を返します。

Declaration 宣言

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

Return Value 戻り値

The value that table maps to key, or NULL if table doesn’t contain key. tablekeyと対応させる値、またはNULL、もしtablekeyを含まないならば。

See Also 参照

Related Documentation 関連文書