CFSetGetValues(_:_:)
Obtains all values in a set.
Declaration
func CFSetGetValues(_ theSet: CFSet!, _ values: UnsafeMutablePointer<UnsafeRawPointer?>!)Parameters
- theSet:
The set to examine.
- values:
A C array of pointer-sized values to be filled with values from
theSet. The value must be a valid C array of the appropriate type and of a size at least equal to the count oftheSet). If the values are Core Foundation objects, ownership follows the 20001148 103029.