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