ΒΆtemplate <typename Char>
constexpr auto parse_dynamic_spec(
const Char* begin,
const Char* end,
int& value,
arg_ref<Char>& ref,
basic_format_parse_context<Char>& ctx)
-> const Char*
template <typename Char>
constexpr auto parse_dynamic_spec(
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:2237
Templates
- Char
Parameters
- const Char* begin
- const Char* end
- int& value
- arg_ref<Char>& ref
- basic_format_parse_context<Char>& ctx