Skip to main content

Module objc_runtime

Module objc_runtime 

Source
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§

ComparisonResult
Result of a comparison operation.

Constants§

NOT_FOUND
Sentinel value indicating “not found”.