21 width_(
Format::defaultWidth())
29 width_(
Format::defaultWidth())
86 out.width(
object.width_);
Wrapper for an int, for formatted ostream output.
int value()
Get the integer value.
void setWidth(int width)
Set the output field width.
void setValue(int value)
Set the integer value.
Int()
Default constructor.
int width()
Get the minimum field 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.