Sets all bits in a bit vector to a particular value.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
void CFBitVectorSetAllBits(CFMutable Bit Vector Ref bv, CFBit value);
Parameters
bv
The bit vector to modify.
value
The bit value to which to set all bits in
bv
.