#include <format.h>
Public Member Functions | |
const Char * | str () const |
template<typename FillChar > | |
StrFormatSpec (const Char *str, unsigned width, FillChar fill) | |
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) | |
Private Attributes | |
const Char * | str_ |
Additional Inherited Members | |
Public Attributes inherited from fmt::AlignSpec | |
Alignment | align_ |
Public Attributes inherited from fmt::WidthSpec | |
wchar_t | fill_ |
unsigned | width_ |
|
inline |
|
inline |
|
private |