16 #ifndef polybori_BooleConstant_h_
17 #define polybori_BooleConstant_h_
74 operator bool()
const {
return m_value; }
96 bool isOne()
const {
return m_value; }
97 bool isZero()
const {
return !m_value; }
110 return (os << (
int) rhs);
130 #endif // polybori_BooleConstant_h_