CFBitVectorContainsBit(_:_:_:)
Returns whether a bit vector contains a particular bit value.
Declaration
func CFBitVectorContainsBit(_ bv: CFBitVector!, _ range: CFRange, _ value: CFBit) -> BoolParameters
- bv:
The bit vector to search.
- range:
The range of bits in
bvto search. - value:
The bit value for which to search.
Return Value
true if the specified range of bits in bv contains value, otherwise false.