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