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
Methods
¶constexpr value(int idx = 0)
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)
constexpr value(basic_string_view<Char> n)
Declared at: third_party/fmt/include/fmt/core.h:2084
Parameters
- basic_string_view<Char> n