[i]).
TRUE if this bit has the same value as the bit b
and FALSE otherwise.
inline GPL_Boolean operator==(const GPL_Boolean b) const
Return TRUE if this bit has the same value as b and
FALSE otherwise.
inline GPL_Boolean operator!=(const GPL_Bit & b) const
Return TRUE if this bit does not have the same value as the bit
b and FALSE otherwise.
inline GPL_Boolean operator!=(const GPL_Boolean b) const
Return TRUE if this bit does not have the same value as b and
FALSE otherwise.
inline GPL_Bit & operator=(const GPL_Boolean b)
If b is FALSE, clear this bit. Otherwise, set this bit.