Auxiliary data structure for sequence of same character.
More...
#include <JPrint.hh>
Auxiliary data structure for sequence of same character.
Definition at line 361 of file JPrint.hh.
◆ FILL()
FILL::FILL |
( |
const int |
width = 0 , |
|
|
const char |
fill = ' ' |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
width | width |
fill | fill character |
Definition at line 370 of file JPrint.hh.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const FILL & |
format |
|
) |
| |
|
friend |
Format specifier.
- Parameters
-
out | output stream |
format | format |
- Returns
- output stream
Definition at line 385 of file JPrint.hh.
391 return out << setfill(format.
fill) << setw(format.
width);
◆ fill
◆ width
The documentation for this struct was generated from the following file: