19 width_(
Format::defaultWidth())
25 width_(
Format::defaultWidth())
60 out.width(
object.width_);
Wrapper for a std::string, for formatted ostream output.
int width() const
Return default string width.
Str()
Default constructor.
void setValue(std::string value)
Set the string value.
std::string value() const
Return string value.
void setWidth(int width)
Set the default 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.