17 width_(
Format::defaultWidth())
23 width_(
Format::defaultWidth())
58 out.width(
object.width_);
Wrapper for an bool value, for formatted ostream output.
void setValue(bool value)
Set the value.
int width()
Return default width (number of characters).
Bool()
Default constructor.
bool value()
Return value.
void setWidth(int width)
Set the output width.
Utility classes for scientific computation.
std::istream & operator>>(std::istream &in, Pair< Data > &pair)
Input a Pair from an istream.
std::ostream & operator<<(std::ostream &out, const Pair< Data > &pair)
Output a Pair to an ostream, without line breaks.