Auxiliary data structure for alignment of data.
More...
#include <JPrint.hh>
Auxiliary data structure for alignment of data.
Definition at line 299 of file JPrint.hh.
LEFT::LEFT |
( |
const int |
width | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 307 of file JPrint.hh.
WIDTH(const int width)
Constructor.
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const LEFT & |
format |
|
) |
| |
|
friend |
Format specifier.
- Parameters
-
out | output stream |
format | format |
- Returns
- output stream
Definition at line 318 of file JPrint.hh.
322 return out << setw(format.width) << left;
The documentation for this struct was generated from the following file: