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