Returns the type identifier for the CFSet type.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
CFType ID CFSetGetTypeID(void);
Return Value
The type identifier for the CFSet type.
Discussion
CFMutableSet has the same type identifier as CFSet.