ΒΆtemplate <typename Char>
inline constexpr auto parse_format_specs(
    const Char* begin,
    const Char* end,
    dynamic_format_specs<Char>& specs,
    basic_format_parse_context<Char>& ctx,
    fmt::detail::type arg_type) -> const Char*

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

Templates

Char

Parameters

const Char* begin
const Char* end
dynamic_format_specs<Char>& specs
basic_format_parse_context<Char>& ctx
fmt::detail::type arg_type