|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Auxiliary data structure for floating point format specification. More...
#include <JManip.hh>
Public Member Functions | |
| FIXED (const int width, const int precision, const char fill=' ') | |
| Constructor. | |
Public Attributes | |
| int | precision |
| char | fill |
| int | width |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const FIXED &format) |
| Format specifier. | |
Auxiliary data structure for floating point format specification.
|
inline |
|
friend |
Format specifier.
| out | output stream |
| format | format |