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

Methods

ΒΆconstexpr format_specs<Char>()

Declared at: third_party/fmt/include/fmt/core.h:2052