17 width_(
Format::defaultWidth())
23 width_(
Format::defaultWidth())
32 void Bool::setValue(
bool value)
35 void Bool::setWidth(
int width)
58 out.width(
object.width_);
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.