Constructors
Declared in <mp-units/utility/format.h>
Default-constructs a reference that does not point to any argument (kind == fmt_arg_id_kind::none).
fmt_arg_ref() = default;
» more...
Constructs a reference to the argument at index.
constexpr
explicit
fmt_arg_ref(int index);
» more...
| Name | Description |
|---|---|
| index | the index of the referenced argument |