Expand description
Objective-C runtime types.
Corresponds to Foundation/NSObjCRuntime.hpp.
§C++ Equivalent
namespace NS {
_NS_ENUM(Integer, ComparisonResult) {
OrderedAscending = -1L,
OrderedSame,
OrderedDescending
};
const Integer NotFound = IntegerMax;
}Structs§
- Comparison
Result - Result of a comparison operation.
Constants§
- NOT_
FOUND - Sentinel value indicating “not found”.