#include <format.h>
Public Member Functions | |
auto | nested (const T &value) const -> nested_view< T > |
constexpr | nested_formatter () |
FMT_CONSTEXPR auto | parse (format_parse_context &ctx) -> const char * |
template<typename F > | |
auto | write_padded (format_context &ctx, F write) const -> decltype(ctx.out()) |
Private Attributes | |
align_t | align_: 4 |
detail::fill_t< char > | fill_ |
formatter< T > | formatter_ |
int | width_ |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |