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