Instance Property インスタンスプロパティ

describe

Points to the function that produces an autoreleased NSString * describing the given element. If NULL, then the map table produces a generic string description. 与えられた要素を記述するオートリリースされるNSString * を生成する関数を指し示します。NULLならば、そのときマップテーブルは一般的文字列表現を生成します。

Declaration 宣言

NSString * _Nullable (*describe)(NSMapTable *table, const void *);