Contents

CFBitVectorContainsBit(_:_:_:)

Returns whether a bit vector contains a particular bit value.

Declaration

func CFBitVectorContainsBit(_ bv: CFBitVector!, _ range: CFRange, _ value: CFBit) -> Bool

Parameters

  • bv:

    The bit vector to search.

  • range:

    The range of bits in bv to search.

  • value:

    The bit value for which to search.

Return Value

true if the specified range of bits in bv contains value, otherwise false.

See Also

Getting Information About a Bit Vector