#include <format.h>
fmt::FormatSpec::FormatSpec |
( |
unsigned |
width = 0 , |
|
|
char |
type = 0 , |
|
|
wchar_t |
fill = ' ' |
|
) |
| |
|
inline |
wchar_t fill() const
Definition: format.h:1493
AlignSpec(unsigned width, wchar_t fill, Alignment align=ALIGN_DEFAULT)
Definition: format.h:1500
unsigned width() const
Definition: format.h:1492
bool fmt::FormatSpec::flag |
( |
unsigned |
f | ) |
const |
|
inline |
1527 {
return (
flags_ & f) != 0; }
int fmt::FormatSpec::precision |
( |
| ) |
const |
|
inline |
char fmt::FormatSpec::type |
( |
| ) |
const |
|
inline |
unsigned fmt::FormatSpec::flags_ |
int fmt::FormatSpec::precision_ |
char fmt::FormatSpec::type_ |
The documentation for this struct was generated from the following file: