Enumeration 列挙

NSComparisonResult

Constants that indicate sort order. ソート順を指し示す定数。

Declaration 宣言

typedef enum NSComparisonResult : NSInteger {
    ...
} NSComparisonResult;

Overview 概要

These constants are used to indicate how items in a request are ordered, from the first one given in a method invocation or function call to the last (that is, left to right in code). これらの定数は、メソッド発動や関数呼び出しにおいて与えられる最初のものから最後のものへ(すなわち、コードの中で左から右へ)、ある依頼の中の項目いくらかがどうやって並べられるか、を指し示すために使われます。

Topics 話題

Constants 定数

See Also 参照

Sorting ソートする