union arg_ref::value

Declaration

union arg_ref::value { /* full declaration omitted */ };

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

Member Variables

public int index
public basic_string_view<Char> name

Method Overview

  • public constexpr value(int idx = 0)
  • public constexpr value(basic_string_view<Char> n)

Methods

constexpr value(int idx = 0)

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

Parameters

int idx = 0

constexpr value(basic_string_view<Char> n)

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

Parameters

basic_string_view<Char> n