ΒΆtemplate <typename Char>
constexpr auto parse_precision(
    const Char* begin,
    const Char* end,
    int& value,
    arg_ref<Char>& ref,
    basic_format_parse_context<Char>& ctx)
    -> const Char*

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

Templates

Char

Parameters

const Char* begin
const Char* end
int& value
arg_ref<Char>& ref
basic_format_parse_context<Char>& ctx