68 out.width(
object.width_);
Wrapper for a long int, for formatted ostream output.
void setWidth(int width)
Set field width.
void setValue(long int value)
Set value of long int.
Lng()
Default constructor.
int width()
Get field width.
long int value()
Get value of long int.
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.