nCine::BitArrayIndex class

Proxy referring to a single bit of a BitArray.

Returned by BitArray::operator()() to allow a specific bit to be assigned a boolean value through operator=().

Constructors, destructors, conversion operators

BitArrayIndex(BitArray* array, std::size_t bit)

Public functions

void operator=(bool value)
Sets or clears the referenced bit.