[#mp_units-utility-fmt_arg_id_kind] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::fmt_arg_id_kind :relfileprefix: ../../ :mrdocs: Which alternative of xref:mp_units/utility/fmt_arg_ref/value.adoc[`fmt_arg_ref::value`] is active. == Synopsis Declared in `<mp‐units/utility/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class fmt_arg_id_kind : int8_t; ---- == Members [cols="1,4"] |=== | Name| Description | `none` | The reference does not point to any argument. | `index` | The reference points to an argument by its index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#