9.3.8 IsBitOn

bool IsBitOn(unsigned int bit) const

The IsBitOn method is used to check/test whether the bit as the specified position/index of an OEBitVector is set. Bit position indices are numbered from zero, and have a maximum of OEBitVector::GetSize()-1. This method returns false for all indices greater than or equal to OEBitVector::GetSize().