Removes a value from a CFMutableSet object.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
void CFSetRemoveValue(CFMutable Set Ref theSet, const void *value);
Parameters
theSet
The set to modify.
value
The value to remove from
the
.Set