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