#include <format.h>

Public Member Functions | |
| bool | flag (unsigned f) const |
| FormatSpec (unsigned width=0, char type=0, wchar_t fill= ' ') | |
| int | precision () const |
| char | type () const |
Public Member Functions inherited from fmt::AlignSpec | |
| Alignment | align () const |
| AlignSpec (unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT) | |
| int | precision () const |
Public Member Functions inherited from fmt::WidthSpec | |
| wchar_t | fill () const |
| unsigned | width () const |
| WidthSpec (unsigned width, wchar_t fill) | |
Public Attributes | |
| unsigned | flags_ |
| int | precision_ |
| char | type_ |
Public Attributes inherited from fmt::AlignSpec | |
| Alignment | align_ |
Public Attributes inherited from fmt::WidthSpec | |
| wchar_t | fill_ |
| unsigned | width_ |
|
inline |