struct arg_ref

Declaration

template <typename Char>
struct arg_ref { /* full declaration omitted */ };

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

Templates

Char

Member Variables

public fmt::detail::arg_id_kind kind
public union value val

Method Overview

Methods

constexpr arg_ref<Char>()

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

constexpr arg_ref<Char>(int index)

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

Parameters

int index

constexpr arg_ref<Char>(
    basic_string_view<Char> name)

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

Parameters

basic_string_view<Char> name