Contents

CFBitVectorSetAllBits(_:_:)

Sets all bits in a bit vector to a particular value.

Declaration

func CFBitVectorSetAllBits(_ bv: CFMutableBitVector!, _ value: CFBit)

Parameters

  • bv:

    The bit vector to modify.

  • value:

    The bit value to which to set all bits in bv.

See Also

Modifying a Bit Vector