ΒΆtemplate <typename Char, typename Handler>
constexpr auto do_parse_arg_id(const Char* begin,
                               const Char* end,
                               Handler&& handler)
    -> const Char*

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

Templates

Char
Handler

Parameters

const Char* begin
const Char* end
Handler&& handler