Contents

CFBagRemoveValue(_:_:)

Removes a value from a mutable bag.

Declaration

func CFBagRemoveValue(_ theBag: CFMutableBag!, _ value: UnsafeRawPointer!)

Parameters

  • theBag:

    The bag from which value is to be removed.

  • value:

    The value to be removed from the collection.

See Also

Modifying a Mutable Bag