![]() |
Rosetta
2021.16
|
#include <format.h>

Public Member Functions | |
| FormatSpec (unsigned width=0, char type=0, wchar_t fill= ' ') | |
| bool | flag (unsigned f) const |
| int | precision () const |
| char | type () const |
| char | type_prefix () const |
Public Member Functions inherited from fmt::AlignSpec | |
| AlignSpec (unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT) | |
| Alignment | align () const |
| int | precision () const |
Public Member Functions inherited from fmt::WidthSpec | |
| WidthSpec (unsigned width, wchar_t fill) | |
| unsigned | width () const |
| wchar_t | fill () const |
Public Attributes | |
| unsigned | flags_ |
| int | precision_ |
| char | type_ |
Public Attributes inherited from fmt::AlignSpec | |
| Alignment | align_ |
Public Attributes inherited from fmt::WidthSpec | |
| unsigned | width_ |
| wchar_t | fill_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| unsigned fmt::FormatSpec::flags_ |
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format().
| int fmt::FormatSpec::precision_ |
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format().
| char fmt::FormatSpec::type_ |
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format().
1.8.7