47 explicit Bool(
bool value);
50 Bool(
bool value,
int width);
56 void setValue(
bool value);
58 void setWidth(
int width);
78 friend std::ostream&
operator<<(std::ostream& out,
const Bool &
object);
friend std::istream & operator>>(std::istream &in, Bool &object)
Input stream extractor for an Bool object.
Utility classes for scientific computation.
Wrapper for an bool value, for formatted ostream output.
Bool()
Default constructor.
friend std::ostream & operator<<(std::ostream &out, const Bool &object)
Output stream inserter for an Bool object.