|
fiber
|
#include <OStream.hpp>
Public Member Functions | |
| constexpr | FormatBoolParam ()=default |
| constexpr | FormatBoolParam (const FormatBoolParam &)=default |
| constexpr FormatBoolParam & | operator= (const FormatBoolParam &)=default |
| constexpr | FormatBoolParam (const FormatStrParams ¶ms) |
| constexpr FormatBoolParam & | operator= (const FormatStrParams ¶ms) |
Public Attributes | |
| bool | _to_text = true |
Public Attributes inherited from fiber::FormatStrParams | |
| AlignmentLRC | _alignment = AlignmentLRC::Right |
| int | _mwidth = 0 |
| char | _fill = ' ' |
|
constexprdefault |
|
explicitconstexprdefault |
|
inlineexplicitconstexpr |
|
constexprdefault |
|
inlineconstexpr |
| bool fiber::FormatBoolParam::_to_text = true |