class compile_parse_context

Declaration

template <typename Char>
class compile_parse_context { /* full declaration omitted */ };

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

Templates

Char

Method Overview

Methods

constexpr auto arg_type(int id) const
    -> fmt::detail::type

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

Parameters

int id

constexpr void check_arg_id(int id)

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

Parameters

int id

constexpr void check_dynamic_spec(int arg_id)

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

Parameters

int arg_id

constexpr compile_parse_context<Char>(
    basic_string_view<Char> format_str,
    int num_args,
    const fmt::detail::type* types,
    int next_arg_id = 0)

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

Parameters

basic_string_view<Char> format_str
int num_args
const fmt::detail::type* types
int next_arg_id = 0

constexpr auto next_arg_id() -> int

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

constexpr auto num_args() const -> int

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