|
fiber
|
#include <OStream.hpp>
Public Member Functions | |
| constexpr | FormatIntParams ()=default |
| constexpr | FormatIntParams (const FormatIntParams &)=default |
| constexpr FormatIntParams & | operator= (const FormatIntParams &)=default |
| constexpr | FormatIntParams (const FormatStrParams ¶ms) |
| constexpr FormatIntParams & | operator= (const FormatStrParams ¶ms) |
Public Attributes | |
| bool | _force_sign = false |
| bool | _pad_sign = false |
Public Attributes inherited from fiber::FormatStrParams | |
| AlignmentLRC | _alignment = AlignmentLRC::Right |
| int | _mwidth = 0 |
| char | _fill = ' ' |
Public Attributes inherited from fiber::_FormatUIntParams | |
| char | _thousands_char = ',' |
| bool | _use_thousands = false |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
constexprdefault |
|
inlineconstexpr |
| bool fiber::FormatIntParams::_force_sign = false |
| bool fiber::FormatIntParams::_pad_sign = false |