struct format_specs
Declaration
template <typename Char = char>
struct format_specs { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:2042
Templates
- Char
Member Variables
- public int width
- public int precision
- public fmt::presentation_type type
- public fmt::align_t align
- public fmt::sign_t sign
- public bool alt
- public bool localized
- public detail::fill_t<Char> fill
Method Overview
- public constexpr format_specs<Char>()
Methods
ΒΆconstexpr format_specs<Char>()
constexpr format_specs<Char>()
Declared at: third_party/fmt/include/fmt/core.h:2052