Contents

CFBitVectorGetCount(_:)

Returns the number of bit values in a bit vector.

Declaration

func CFBitVectorGetCount(_ bv: CFBitVector!) -> CFIndex

Parameters

  • bv:

    The bit vector to examine.

Return Value

The current size of bv.

See Also

Getting Information About a Bit Vector