Contents

CFSetRemoveValue(_:_:)

Removes a value from a CFMutableSet object.

Declaration

func CFSetRemoveValue(_ theSet: CFMutableSet!, _ value: UnsafeRawPointer!)

Parameters

  • theSet:

    The set to modify.

  • value:

    The value to remove from theSet.

See Also

CFMutableSet Miscellaneous Functions