Function 関数

NSCountHashTable

Returns the number of elements in a hash table. あるハッシュテーブルの中の要素数を返します。

Declaration 宣言

NSUInteger NSCountHashTable(NSHashTable *table);

Return Value 戻り値

The number of elements currently in table. 現在のtableの中の要素数。