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

Public Member Functions | |
| WidthSpec (unsigned width, wchar_t fill) | |
| unsigned | width () const |
| wchar_t | fill () const |
Public Attributes | |
| unsigned | width_ |
| wchar_t | fill_ |
|
inline |
|
inline |
Referenced by fmt::BasicWriter< Char >::write_str().
|
inline |
Referenced by fmt::BasicWriter< Char >::write_str().
| wchar_t fmt::WidthSpec::fill_ |
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format().
| unsigned fmt::WidthSpec::width_ |
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format().
1.8.7