68 out.width(
object.width_);
void setValue(long int value)
Set value of long int.
Wrapper for a long int, for formatted ostream output.
int width()
Get field width.
Lng()
Default constructor.
void setWidth(int width)
Set field width.
Utility classes for scientific computation.
friend std::ostream & operator<<(std::ostream &out, const Lng &object)
Output stream inserter for an Lng object.
friend std::istream & operator>>(std::istream &in, Lng &object)
Input stream extractor for an Lng object.
long int value()
Get value of long int.